From e3c660d9e44f59699f264e9fa7d92946ee102d3d Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 2 Dec 2025 19:49:53 +0100 Subject: [PATCH] Set become to false for pip installation task in preflight checks --- tasks/preflight-checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/preflight-checks.yml b/tasks/preflight-checks.yml index eb3e23d..a266333 100644 --- a/tasks/preflight-checks.yml +++ b/tasks/preflight-checks.yml @@ -13,6 +13,7 @@ executable: "{{ controller_python | dirname }}/pip" delegate_to: localhost run_once: true + become: false