Commit 22c3d895 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

deploy_base_setup: install setuptools and wheels through pip

python3-wheels and python3-setuptools are installed when we installed
python3-pip only if recommended packages are installed. It's better to
force the installation of what we need.
parent d714e92a
......@@ -242,6 +242,8 @@ class CallbackModule(baseModule):
EOF
ansible localhost -m pip -a name=setuptools --connection=local
ansible localhost -m pip -a name=wheel --connection=local
ansible localhost -m pip -a name=slapcache --connection=local
ansible localhost -m pip -a name=requests --connection=local
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment