Comment update clietns
This commit is contained in:
parent
456db877af
commit
8c47dffb01
1 changed files with 7 additions and 7 deletions
|
@ -175,13 +175,13 @@
|
||||||
state: started
|
state: started
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
- name: Ensure CRON job to update clients exists
|
# - name: Ensure CRON job to update clients exists
|
||||||
cron:
|
# cron:
|
||||||
name: "Update SMTPD trusted clients"
|
# name: "Update SMTPD trusted clients"
|
||||||
job: '/etc/postfix/scripts/update_clients.sh'
|
# job: '/etc/postfix/scripts/update_clients.sh'
|
||||||
user: root
|
# user: root
|
||||||
minute: '20'
|
# minute: '20'
|
||||||
hour: '*/2'
|
# hour: '*/2'
|
||||||
|
|
||||||
- name: Ensure cron to check if authdaemond is stuck exists
|
- name: Ensure cron to check if authdaemond is stuck exists
|
||||||
cron:
|
cron:
|
||||||
|
|
Loading…
Reference in a new issue