From 9ebf5629ed16c9af1fac6399cea7216c3ff21f82 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Wed, 1 Nov 2023 23:54:14 +0100 Subject: [PATCH] Stop deploying a tool for monitoring and pushing a directory. --- storage_drive.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/storage_drive.yaml b/storage_drive.yaml index e87439e..acdf6e4 100644 --- a/storage_drive.yaml +++ b/storage_drive.yaml @@ -49,7 +49,6 @@ with_items: - drive_auth.service - drive_download.service - - drive_push.service - psql_backup.service - psql_backup.timer - storage_drive.service @@ -63,7 +62,6 @@ - auth.sh - download.sh - psql_backup.sh - - push.sh - storage_drive.sh - name: Enable services systemd: @@ -75,5 +73,4 @@ with_items: - drive_auth.service - drive_download.service - - drive_push.service - storage_drive.service -- 2.39.5