diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 5a0a85043..6aec239e4 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: >