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 24b2dcc commit 17bd2ddCopy full SHA for 17bd2dd
tasks/federation.yml
@@ -17,11 +17,12 @@
17
name={{ item.name }}
18
vhost={{ item.vhost | default('/', false) }}
19
value=" {{ item.value }} "
20
- with_items: rabbitmq_federation_configuration
+ with_items: "{{rabbitmq_federation_configuration}}"
21
22
- name: get the version of rabbitmq
23
shell: rabbitmqctl status | awk '{print $NF}'
24
register: rabbitmq_version
25
+ changed_when: False
26
27
# local-username is no longer required with 3.3.0
28
# http://www.rabbitmq.com/release-notes/README-3.3.0.txt
0 commit comments