From b98ed6ddf8fd07f9f91a7200e57e86f9b586d953 Mon Sep 17 00:00:00 2001 From: philipp-check24 <145995347+philipp-check24@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:56:58 +0200 Subject: [PATCH] Remove update flag from pip install in ansible docs (#12590) --- docs/ansible/ansible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ansible/ansible.md b/docs/ansible/ansible.md index 8bf5a73b0..6a588a0a0 100644 --- a/docs/ansible/ansible.md +++ b/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: