Clear host errors before looping over Nagios stuff, too
This commit is contained in:
parent
b320188d2d
commit
fa80e52bd7
@ -134,6 +134,9 @@
|
||||
state: started
|
||||
restart_policy: unless-stopped
|
||||
pull: yes
|
||||
pre_tasks:
|
||||
- name: clear host errors
|
||||
meta: clear_host_errors
|
||||
tasks:
|
||||
- name: ensure docker network
|
||||
docker_network: name=web
|
||||
|
Loading…
Reference in New Issue
Block a user