From 8c47dffb017c1057f62df5af3c9f3ddfe1a60ab0 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 1 Nov 2023 17:44:38 +0200 Subject: [PATCH] Comment update clietns --- tasks/configure.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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: