Skip to content

Commit

Permalink
Revert "add a warning regarding current status of stable-8.0"
Browse files Browse the repository at this point in the history
This reverts commit 4e1e61d.

Signed-off-by: Guillaume Abrioux <[email protected]>
  • Loading branch information
guits committed Mar 15, 2024
1 parent a4b0f74 commit 2b7027a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions infrastructure-playbooks/rolling_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down

0 comments on commit 2b7027a

Please sign in to comment.