Set become to false for pip installation task in preflight checks

This commit is contained in:
2025-12-02 19:49:53 +01:00
parent 42f63faf52
commit e3c660d9e4

View File

@@ -13,6 +13,7 @@
executable: "{{ controller_python | dirname }}/pip"
delegate_to: localhost
run_once: true
become: false