Skip to content

Commit

Permalink
fix: ignore errors for slack config
Browse files Browse the repository at this point in the history
  • Loading branch information
beepdot committed May 25, 2021
1 parent afef848 commit 3bab0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/monit/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

- name: Copy slack.sh
template: src=slack.sh dest=/etc/monit/slack.sh mode=755
when: monit_slack_channel is not none
ignore_errors: yes

- name: Copy all monit config files
template: src="check_{{item}}" dest=/etc/monit/conf.d/
Expand Down

0 comments on commit 3bab0eb

Please sign in to comment.