From d2ee60c0fb19cc04914e0bb48fa45c7005863810 Mon Sep 17 00:00:00 2001 From: Maxim Vershinin Date: Mon, 24 Aug 2026 12:49:18 +0400 Subject: [PATCH] FIX: become password added to drive resize task --- roles/common_healthcheck/tasks/resize_lxc_rootfs.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 }}"