remove update clients
This commit is contained in:
parent
0c86ab8660
commit
0926281cc5
2 changed files with 0 additions and 17 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue