Merge pull request #60 from hubertst/patch-1

Update provisioning.yml
This commit is contained in:
Jérôme Petazzoni
2016-12-02 16:47:54 -08:00
committed by GitHub

View File

@@ -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: