added w8 timer for vm to deploy
This commit is contained in:
5
main.yml
5
main.yml
@@ -21,6 +21,11 @@
|
|||||||
register: vm_created
|
register: vm_created
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
|
- name: Wait 10s for VM to be fully deployed
|
||||||
|
ansible.builtin.wait_for:
|
||||||
|
timeout: 10
|
||||||
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: Update VM configuration
|
- name: Update VM configuration
|
||||||
community.general.proxmox_kvm:
|
community.general.proxmox_kvm:
|
||||||
api_host: "{{ pve_host }}"
|
api_host: "{{ pve_host }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user