]> git.immae.eu Git - github/fretlink/ansible-rabbitmq.git/blobdiff - playbook.yml
Corrected an argument which is passed to 'with_items' of the 'lineinfile' module...
[github/fretlink/ansible-rabbitmq.git] / playbook.yml
index 33cf1ab30a4d639ebce7164934cf683354b84686..19683208be372d68d5a782f98238640e3acd345e 100644 (file)
@@ -11,7 +11,7 @@
         regexp: "^{{ hostvars[item].ansible_ssh_host }} {{ item }} {{ item }}.{{ pri_domain_name }}"
         line: "{{ hostvars[item].ansible_ssh_host }} {{ item }} {{ item }}.{{ pri_domain_name }}"
         state: present
-      with_items: groups['all']
+      with_items: "{{ groups['all'] }}"
 
 - hosts: all
   become: true