mirror of https://github.com/ceph/ceph-ansible.git
rolling_update: add any_errors_fatal
If a failure occurs in ceph-validate, the upgrade playbook keeps running
where we expect it to fail.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 8f9cdf4b10
)
pull/5483/head
parent
e5eba9555b
commit
688d5eebf7
|
@ -51,6 +51,7 @@
|
|||
- "{{ iscsi_gw_group_name|default('iscsigws') }}"
|
||||
- "{{ grafana_server_group_name|default('grafana-server') }}"
|
||||
|
||||
any_errors_fatal: True
|
||||
become: True
|
||||
gather_facts: False
|
||||
vars:
|
||||
|
|
Loading…
Reference in New Issue