escalate to root for 0001
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 4m38s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 4m38s
Details
This commit is contained in:
parent
92fbca47db
commit
41a0c9393e
|
@ -71,7 +71,7 @@
|
||||||
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: 180
|
timeout: 90
|
||||||
|
|
||||||
# VM Configuration
|
# VM Configuration
|
||||||
- name: Resize disk
|
- name: Resize disk
|
||||||
|
|
|
@ -16,8 +16,10 @@
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
update_cache: true
|
update_cache: true
|
||||||
name: qemu-guest-agent
|
name: qemu-guest-agent
|
||||||
|
become: true
|
||||||
- name: Enable some stuff
|
- name: Enable some stuff
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
name: qemu-guest-agent
|
name: qemu-guest-agent
|
||||||
state: started
|
state: started
|
||||||
enabled: true
|
enabled: true
|
||||||
|
become: true
|
||||||
|
|
Loading…
Reference in New Issue