modified: tasks/preflight-checks.yml

This commit is contained in:
2025-12-01 21:06:02 +01:00
parent 1f49015162
commit 63e29b4290

View File

@@ -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