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