escalate to root for 0001
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 4m38s Details

This commit is contained in:
Gleb Koval 2023-09-11 00:43:36 +01:00
parent 92fbca47db
commit 41a0c9393e
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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