Remove update flag from pip install in ansible docs (#12590)

This commit is contained in:
philipp-check24 2025-10-03 15:56:58 +02:00 committed by GitHub
parent 05c3e2c87c
commit b98ed6ddf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ KUBESPRAYDIR=kubespray
python3 -m venv $VENVDIR python3 -m venv $VENVDIR
source $VENVDIR/bin/activate source $VENVDIR/bin/activate
cd $KUBESPRAYDIR cd $KUBESPRAYDIR
pip install -U -r requirements.txt pip install -r requirements.txt
``` ```
In case you have a similar message when installing the requirements: In case you have a similar message when installing the requirements: