diff --git a/install3 b/install3 new file mode 100755 index 0000000..edfec71 --- /dev/null +++ b/install3 @@ -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