#/bin/bash if [ ! -d ".env_ansible" ]; then virtualenv .env_ansible fi source .env_ansible/bin/activate pip install --upgrade pip pip install ansible