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>pull/5486/head
parent
3e87f53875
commit
8f9cdf4b10
|
@ -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