From 2b7027a856beb3c4cf0082b1daba6a34a4596863 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 15 Mar 2024 22:38:58 +0100 Subject: [PATCH] Revert "add a warning regarding current status of stable-8.0" This reverts commit 4e1e61da15375b2343df6b66e0916f319f1c52dc. Signed-off-by: Guillaume Abrioux --- infrastructure-playbooks/rolling_update.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 5a0a85043f..6aec239e48 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -24,14 +24,6 @@ private: false tasks: - - name: Warn user regarding current status of stable-8.0 - ansible.builtin.fail: - msg: > - "stable-8.0 branch isn't ready. - This is most likely going to break your deployment. - Set `i_have_understood_that_stable8_is_not_ready=yes if you know what you are doing.`" - when: i_have_understood_that_stable8_is_not_ready != 'yes' - - name: Exit playbook, if user did not mean to upgrade cluster ansible.builtin.fail: msg: >