From cec9c6bebc922ded6d55965a4fd50df1ce490e23 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Tue, 1 Aug 2017 08:49:11 -0500 Subject: [PATCH] Add force handlers to the build command This change ensures that all handlers that are triggered are fired which should assist in cases where a playbook fails and is then rerun. Change-Id: I6b53611df72cbd0a98bc6d58cff786ae3662e9c5 Signed-off-by: Kevin Carter --- multi-node-aio/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/multi-node-aio/build.sh b/multi-node-aio/build.sh index 509fdad0..974f9e40 100755 --- a/multi-node-aio/build.sh +++ b/multi-node-aio/build.sh @@ -33,4 +33,5 @@ ansible-playbook -vv \ -e http_proxy=${http_proxy:-''} \ -e run_osa=${RUN_OSA:-"true"} \ -e pre_config_osa=${PRE_CONFIG_OSA:-"true"} \ + --force-handlers \ playbooks/site.yml