Update provisioning.yml

fix for ansible 2.2
This commit is contained in:
Hubert
2016-12-02 09:49:52 +01:00
committed by GitHub
parent 1741a7b35a
commit 61d2709f8f

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: