Commit d8351dd2 authored by nimrod's avatar nimrod
Browse files

- Use set instead of adding parameters to shebang line.

parent 1eb34114
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
#!/bin/sh -e
#!/bin/sh
set -eu
for playbook in $@
do
    ansible-playbook --inventory=localhost, --syntax-check "$playbook"