From 63e29b429032732212390a94e37026f106aab9ac Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 1 Dec 2025 21:06:02 +0100 Subject: [PATCH] modified: tasks/preflight-checks.yml --- 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 c6c60fc..acb7cb2 100644 --- a/tasks/preflight-checks.yml +++ b/tasks/preflight-checks.yml @@ -20,7 +20,7 @@ when: qm_check.rc != 0 - name: "[PREFLIGHT] Check if user can run qm commands" - ansible.builtin.command: qm --help + ansible.builtin.command: qm list become: true changed_when: false register: qm_version