feat: ignore the warning about running pip install as root

This commit is contained in:
Michael Sasser 2025-02-18 12:26:48 +01:00
parent 3b688127ca
commit 7873c6832b
Signed by: michael
GPG key ID: 5F653AC7631F5151

View file

@ -141,7 +141,7 @@ runs:
else
# Install pip dependencies
if [ -f "${EE_REQUIREMENTS_PIP}" ]; then
pip install --no-cache-dir --break-system-packages -r "${EE_REQUIREMENTS_PIP}"
pip install --no-cache-dir --break-system-packages --root-user-action=ignore -r "${EE_REQUIREMENTS_PIP}"
fi
ansible-playbook --version