modified: tasks/preflight-checks.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user