summaryrefslogtreecommitdiff
path: root/run-playbook
diff options
context:
space:
mode:
Diffstat (limited to 'run-playbook')
-rwxr-xr-xrun-playbook5
1 files changed, 0 insertions, 5 deletions
diff --git a/run-playbook b/run-playbook
deleted file mode 100755
index 46716ef..0000000
--- a/run-playbook
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-set -eu
-
-ansible-playbook -i hosts "$@"