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
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue