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