fix: change become to false for pip installation task in preflight checks
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
executable: "{{ controller_python | dirname }}/pip"
|
executable: "{{ controller_python | dirname }}/pip"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
become: true
|
become: false
|
||||||
|
|
||||||
- name: "[PREFLIGHT] Check if running on Proxmox host"
|
- name: "[PREFLIGHT] Check if running on Proxmox host"
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
|
|||||||
Reference in New Issue
Block a user