stable-8.0 is not ready and shouldn't be used for now.
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
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: >