wait for 3 min afterall
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 7m28s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 7m28s
Details
This commit is contained in:
parent
41a0c9393e
commit
6dfab582c4
|
@ -69,9 +69,9 @@
|
||||||
community.general.proxmox_kvm:
|
community.general.proxmox_kvm:
|
||||||
state: started
|
state: started
|
||||||
register: start
|
register: start
|
||||||
- name: Wait # Initial apt update, apt upgrade, cloud-init
|
- name: Wait 3 min # Initial apt update, apt upgrade, cloud-init
|
||||||
ansible.builtin.wait_for:
|
ansible.builtin.wait_for:
|
||||||
timeout: 90
|
timeout: 180
|
||||||
|
|
||||||
# VM Configuration
|
# VM Configuration
|
||||||
- name: Resize disk
|
- name: Resize disk
|
||||||
|
|
Loading…
Reference in New Issue