Skip things not needed for machines already created

This commit is contained in:
2018-05-11 11:06:54 -04:00
parent 91af9d4171
commit fe7570cc33

View File

@@ -25,6 +25,8 @@
- name: Wait 10 seconds for proxmox to register the new node
wait_for: timeout=10
delegate_to: localhost
when: cloned.changed
- name: Set resources
delegate_to: localhost
@@ -64,3 +66,4 @@
wait_for_connection:
delay: 60
timeout: 180
when: cloned.changed