fix: change become to false for pip installation task in preflight checks

This commit is contained in:
2025-12-03 20:48:54 +01:00
parent 7e3f26f38c
commit 677fcf9916

View File

@@ -22,7 +22,7 @@
executable: "{{ controller_python | dirname }}/pip"
delegate_to: localhost
run_once: true
become: true
become: false
- name: "[PREFLIGHT] Check if running on Proxmox host"
ansible.builtin.stat: