@@ -1,7 +1,7 @@
#/bin/bash
if [ ! -d ".env_ansible" ]; then
virtualenv .env_ansible
virtualenv3 .env_ansible
fi
source .env_ansible/bin/activate
pip install --upgrade pip
pip install ansible
pip3 install --upgrade pip
pip3 install --upgrade ansible
The note is not visible to the blocked user.