diff --git a/tasks/configure.yml b/tasks/configure.yml index 6362625..86996ae 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -175,13 +175,13 @@ 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 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: