modified: tasks/preflight-checks.yml

This commit is contained in:
2025-12-01 20:54:14 +01:00
parent fd82dad2ba
commit 1f49015162

View File

@@ -21,6 +21,7 @@
- name: "[PREFLIGHT] Check if user can run qm commands"
ansible.builtin.command: qm --help
become: true
changed_when: false
register: qm_version