diff --git a/infra/joplin/0000_proxmox_playbook.yaml b/infra/joplin/0000_proxmox_playbook.yaml index 4a46364..a415705 100644 --- a/infra/joplin/0000_proxmox_playbook.yaml +++ b/infra/joplin/0000_proxmox_playbook.yaml @@ -71,7 +71,7 @@ register: start - name: Wait # Initial apt update, apt upgrade, cloud-init ansible.builtin.wait_for: - timeout: 180 + timeout: 90 # VM Configuration - name: Resize disk diff --git a/infra/joplin/0001_software_playbook.yaml b/infra/joplin/0001_software_playbook.yaml index a3e1006..fa5dd05 100644 --- a/infra/joplin/0001_software_playbook.yaml +++ b/infra/joplin/0001_software_playbook.yaml @@ -16,8 +16,10 @@ ansible.builtin.apt: update_cache: true name: qemu-guest-agent + become: true - name: Enable some stuff ansible.builtin.systemd: name: qemu-guest-agent state: started enabled: true + become: true