make --diff the default
[ansible.git] / play
diff --git a/play b/play
deleted file mode 100755 (executable)
index a24d672..0000000
--- a/play
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-set -e
-
-HOST="$1"
-shift
-
-echo "Playing on $HOST"
-ansible-playbook --diff -l "$HOST" "$@"