Browse Source

ignore errors on update-sa -D since it failes at the second update on the same day

pull/1/head
theonlydoo 9 years ago
parent
commit
1202194c2e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      roles/mail/tasks/main.yml

+ 1
- 0
roles/mail/tasks/main.yml View File

@ -110,6 +110,7 @@
- name: update SA
shell: sa-update -D
notify: restart amavis
ignore_errors: yes
- name: Config SA

Loading…
Cancel
Save