From fd82dad2bae862380139525d4126ddf357e446e4 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 1 Dec 2025 20:44:11 +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 47f2a6a..13eed4c 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 version + ansible.builtin.command: qm --help changed_when: false register: qm_version