From 688d5eebf7bf9cd751feaf56be84828055597e9f Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 29 Jun 2020 16:52:28 +0200 Subject: [PATCH] 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 (cherry picked from commit 8f9cdf4b10438ea8cc351c4a06447e88d96222b9) --- infrastructure-playbooks/rolling_update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index b8e11e1f8..1ff1419f0 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -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: -- 2.39.5