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:
Kevin Carter 2017-08-01 08:49:11 -05:00
parent 850c763a19
commit cec9c6bebc
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F

View File

@ -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