From 677fcf991610066533a900bf1f4bfc103fa2f7fc Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 3 Dec 2025 20:48:54 +0100 Subject: [PATCH] fix: change become to false for pip installation task in preflight checks --- tasks/preflight-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/preflight-checks.yml b/tasks/preflight-checks.yml index 8e66bd7..90c16ed 100644 --- a/tasks/preflight-checks.yml +++ b/tasks/preflight-checks.yml @@ -22,7 +22,7 @@ executable: "{{ controller_python | dirname }}/pip" delegate_to: localhost run_once: true - become: true + become: false - name: "[PREFLIGHT] Check if running on Proxmox host" ansible.builtin.stat: