From fa80e52bd723466f5bc5eda9b26d033c71a57c33 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 15 May 2022 15:41:13 -0500 Subject: [PATCH] Clear host errors before looping over Nagios stuff, too --- playbooks/prod_web.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/prod_web.yml b/playbooks/prod_web.yml index 2b2a316..97f6345 100755 --- a/playbooks/prod_web.yml +++ b/playbooks/prod_web.yml @@ -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