projects
/
ansible.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
journalwatch: allow more TLS errors
[ansible.git]
/
playall
diff --git
a/playall
b/playall
index b4abf6b3be257100117e8176abafb72c20727650..98310c0fbe5cd2dca627af731f50689783027c67 100755
(executable)
--- 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" "$@"
+
"$(dirname "$0")"/play
"$HOST" "$@"
echo
done