]> git.immae.eu Git - github/fretlink/ansible-rabbitmq.git/blobdiff - README.md
Corrected an argument which is passed to 'with_items' of the 'lineinfile' module...
[github/fretlink/ansible-rabbitmq.git] / README.md
index 03cd1aa57509034848962dba3a016f81938f4b00..e416fc5390ce8712458cd28e4e7614bafe3cd914 100644 (file)
--- a/README.md
+++ b/README.md
@@ -90,7 +90,7 @@ Example Playbook
         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