We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfe90e commit 2067cb6Copy full SHA for 2067cb6
tasks/rabbitmq_vhosts.yml
@@ -3,6 +3,7 @@
3
rabbitmq_vhost:
4
name: "{{ item['name'] }}"
5
state: "{{ item['state'] }}"
6
+ become: true
7
with_items: "{{ rabbitmq_extra_vhosts }}"
8
run_once: "{{ rabbitmq_enable_clustering is defined and rabbitmq_enable_clustering }}"
9
register: rabbitmq_created_vhosts
0 commit comments