diff --git a/prepare-local/provisioning.yml b/prepare-local/provisioning.yml index 8b51d84a..cbad0e6f 100644 --- a/prepare-local/provisioning.yml +++ b/prepare-local/provisioning.yml @@ -93,7 +93,7 @@ line: "{{ item.private_ip }} {{ item.hostname }}" regexp: "^{{ item.private_ip }} {{ item.hostname }}$" state: present - with_items: instances + with_items: "{{ instances }}" - name: copying the ssh key to the nodes copy: