From 0926281cc55a6fb92f363cf660fd037508ab0921 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sat, 23 Dec 2023 15:30:57 +0200 Subject: [PATCH] remove update clients --- tasks/configure.yml | 8 -------- tasks/deploy_scripts.yml | 9 --------- 2 files changed, 17 deletions(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index f0cb83c..2619b3d 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -183,14 +183,6 @@ state: started enabled: true -# - name: Ensure CRON job to update clients exists -# cron: -# name: "Update SMTPD trusted clients" -# job: '/etc/postfix/scripts/update_clients.sh' -# user: root -# minute: '20' -# hour: '*/2' - - name: Ensure cron to check if authdaemond is stuck exists cron: name: check authdaemond stuck diff --git a/tasks/deploy_scripts.yml b/tasks/deploy_scripts.yml index 1e5f4f1..301d8cb 100644 --- a/tasks/deploy_scripts.yml +++ b/tasks/deploy_scripts.yml @@ -25,15 +25,6 @@ # mode: '0750' # backup: true -- name: Deploy script update_clients.sh - copy: - src: files/update_clients.sh - dest: /etc/postfix/scripts/update_clients.sh - owner: root - group: root - mode: '0750' - backup: true - - name: Deploy script remove_queues_messages.sh copy: src: files/remove_queued_messages.sh