Merge "Revert "Add retries for feature flags check""
This commit is contained in:
@@ -17,9 +17,6 @@
|
||||
command: "rabbitmqctl cluster_status --formatter json"
|
||||
register: _cluster_status
|
||||
changed_when: False
|
||||
until: _cluster_status is success
|
||||
retries: 5
|
||||
delay: 2
|
||||
tags:
|
||||
- rabbitmq-upgrade
|
||||
|
||||
|
||||
Reference in New Issue
Block a user