pip update

This commit is contained in:
olli 2022-12-13 15:10:46 +01:00
parent e97d2fc128
commit d9ffa543d7

View File

@ -7,6 +7,7 @@
which pip >/dev/null 2>&1 || ( sudo apt-get -yy install python3-pip )
which git >/dev/null 2>&1 || ( sudo apt-get -yy install git )
which ansible >/dev/null 2>&1 || sudo pip install ansible
pip install --upgrade pip
# run ansible playbooks
for playbook in debian.ansible.basics \