diff --git a/roles/common_healthcheck/tasks/resize_lxc_rootfs.yaml b/roles/common_healthcheck/tasks/resize_lxc_rootfs.yaml index b07bc1a..754682a 100644 --- a/roles/common_healthcheck/tasks/resize_lxc_rootfs.yaml +++ b/roles/common_healthcheck/tasks/resize_lxc_rootfs.yaml @@ -20,3 +20,5 @@ cmd: pct resize {{ common_healthcheck_vmid.proxmox_vms[0].vmid }} rootfs +5G delegate_to: 192.168.0.2 changed_when: true + vars: + ansible_become_password: "{{ ansible_become_passwd }}"