Revert "add a warning regarding current status of stable-8.0"

This reverts commit 4e1e61da15.

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
pull/7510/head
Guillaume Abrioux 2024-03-15 22:38:58 +01:00
parent a4b0f74193
commit 2b7027a856
1 changed files with 0 additions and 8 deletions

View File

@ -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: >