X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/74521ce36504441f596ad17b9802a11fcd991290..f76b2b698d708dbef33a5135762b51a9c9d1d031:/playall diff --git a/playall b/playall index b4abf6b..8c74d96 100755 --- a/playall +++ b/playall @@ -3,6 +3,6 @@ set -e for HOST in $(fgrep 'all:' hosts | sed 's/.*all: *//g'); do echo "Playing on $HOST" - ansible-playbook --diff -l "$HOST" "$@" + ansible-playbook -l "$HOST" "$@" echo done