Merge branch 'master' of github.com:jpetazzo/orchestration-workshop

This commit is contained in:
Jerome Petazzoni
2016-12-02 17:50:39 -08:00

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: