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