#/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