Add retries for feature flags check

As task is execured right after handlers execution, it would make sense
to add retries just in case cluster doesn't come up immediatelly back.
Change-Id: Ia26c3a9e9a7a39969a5b6450703c14aad4760eea
This commit is contained in:
Dmitriy Rabotyagov
2024年09月05日 15:22:43 +02:00
parent f05e2fff2a
commit 29d276582c

View File

@@ -17,6 +17,9 @@
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
openstack/openstack-ansible-rabbitmq_server
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.