mirror of https://github.com/ceph/ceph-ansible.git
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
parent
a4b0f74193
commit
2b7027a856
|
@ -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: >
|
||||
|
|
Loading…
Reference in New Issue