Skip to content
Snippets Groups Projects
Commit d8351dd2 authored by nimrod's avatar nimrod
Browse files

- Use set instead of adding parameters to shebang line.

parent 1eb34114
No related branches found
No related tags found
No related merge requests found
#!/bin/sh -e
#!/bin/sh
set -eu
for playbook in $@
do
ansible-playbook --inventory=localhost, --syntax-check "$playbook"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment