Browse Source

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

master
philipp-check24 1 day ago
committed by GitHub
parent
commit
b98ed6ddf8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      docs/ansible/ansible.md

2
docs/ansible/ansible.md

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

Loading…
Cancel
Save