Wait for longer for unifi VM initial

Because this stupid network doesn't work at all
This commit is contained in:
Gleb Koval 2024-07-13 17:07:22 +01:00
parent 504939ce0d
commit 5163f3906f
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 1 additions and 2 deletions

@ -104,4 +104,4 @@
register: start
- name: Wait # Initial apt update, apt upgrade, cloud-init
ansible.builtin.wait_for:
timeout: 90
timeout: 120

@ -5,7 +5,6 @@
- name: Wait for connection
ansible.builtin.wait_for_connection:
timeout: 300
- name: Install system packages
ansible.builtin.apt:
update_cache: true