feat: ignore the warning about running pip install as root
This commit is contained in:
parent
3b688127ca
commit
7873c6832b
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ runs:
|
||||||
else
|
else
|
||||||
# Install pip dependencies
|
# Install pip dependencies
|
||||||
if [ -f "${EE_REQUIREMENTS_PIP}" ]; then
|
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
|
fi
|
||||||
|
|
||||||
ansible-playbook --version
|
ansible-playbook --version
|
||||||
|
|
Loading…
Add table
Reference in a new issue