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 <kevin.carter@rackspace.com>
This commit is contained in:
parent
850c763a19
commit
cec9c6bebc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user