diff --git a/playbooks/run-play.sh b/playbooks/run-play.sh deleted file mode 100644 index 74aad71..0000000 --- a/playbooks/run-play.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -set -x - -ansible-playbook \ - -i hosts.ini \ - -e @.env/main.yml \ - --ask-vault-pass \ - $1