Skip to content

Commit

Permalink
back to listing
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Dec 27, 2024
1 parent 0c18ac4 commit eff42dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/dof_rabbitmq/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
label_selectors:
- app.kubernetes.io/component=rabbitmq
register: rabbitmq_pods

- name: Enable RabbitMQ feature flags in all pods
kubernetes.core.k8s_exec:
namespace: "{{ NAMESPACE }}"
pod: "{{ item.metadata.name }}"
container: rabbitmq
command: "rabbitmqctl enable_feature_flag"
command: "rabbitmqctl list_feature_flags"
with_items: "{{ rabbitmq_pods.resources }}"
register: exec_results

Expand Down

0 comments on commit eff42dc

Please sign in to comment.