Wait for longer for unifi VM initial
Infrastructure / Check and run Ansbile playbooks (push) Failing after 9m46s
Details
Infrastructure / Check and run Ansbile playbooks (push) Failing after 9m46s
Details
Because this stupid network doesn't work at all
This commit is contained in:
parent
504939ce0d
commit
5163f3906f
|
@ -104,4 +104,4 @@
|
||||||
register: start
|
register: start
|
||||||
- name: Wait # Initial apt update, apt upgrade, cloud-init
|
- name: Wait # Initial apt update, apt upgrade, cloud-init
|
||||||
ansible.builtin.wait_for:
|
ansible.builtin.wait_for:
|
||||||
timeout: 90
|
timeout: 120
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
- name: Wait for connection
|
- name: Wait for connection
|
||||||
ansible.builtin.wait_for_connection:
|
ansible.builtin.wait_for_connection:
|
||||||
timeout: 300
|
timeout: 300
|
||||||
|
|
||||||
- name: Install system packages
|
- name: Install system packages
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
|
Loading…
Reference in New Issue