Skip things not needed for machines already created
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user