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

- Removed Ansible roles environment variable, should use ansible.cfg instead.

- Bump minor version.
parent 71bb2855
No related branches found
No related tags found
No related merge requests found
0.2.0 0.3.0
\ No newline at end of file
#!/bin/sh -e #!/bin/sh -e
export ANSIBLE_ROLES_PATH=../:./roles/:.molecule/roles/:/etc/ansible/roles/
for playbook in $@ for playbook in $@
do do
ansible-playbook --inventory=localhost, --syntax-check "$playbook" 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