aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks/rabbitmq_users.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/rabbitmq_users.yml')
-rw-r--r--tasks/rabbitmq_users.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/rabbitmq_users.yml b/tasks/rabbitmq_users.yml
index 98e45e2..083c704 100644
--- a/tasks/rabbitmq_users.yml
+++ b/tasks/rabbitmq_users.yml
@@ -27,6 +27,7 @@
27 tags: "{{ item['tags'] }}" 27 tags: "{{ item['tags'] }}"
28 state: present 28 state: present
29 run_once: yes 29 run_once: yes
30 delegate_to: "{{ rabbitmq_master }}"
30 become: true 31 become: true
31 with_items: "{{ rabbitmq_users }}" 32 with_items: "{{ rabbitmq_users }}"
32 when: > 33 when: >