]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
sites: fail the playbook on any failure
authorSébastien Han <seb@redhat.com>
Mon, 26 Nov 2018 10:06:10 +0000 (11:06 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 3 Dec 2018 13:39:43 +0000 (14:39 +0100)
commitacc92626f6f8ac062c47aee26d8d1c162ec11a22
tree600bc25896d9bd7e3563bf71b8ce1370d7ce5012
parent5816cd41015a6ef45c250a32485a307cb626051e
sites: fail the playbook on any failure

We need to apply   any_errors_fatal: true to every play so it can take
effect, not only on the initial pass. With this flag, any error in the
playbook will cause the playbook to stop.

Signed-off-by: Sébastien Han <seb@redhat.com>
site-container.yml.sample
site.yml.sample