diff --git a/VERSION b/VERSION index 0ea3a944b399d25f7e1b8fe684d754eb8da9fe7f..9325c3ccda9850bb6e102aef07d314210f5c9f41 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.3.0 \ No newline at end of file diff --git a/ansible-pre-commit b/ansible-pre-commit index 0e4e9c102422ba6229721a7cf43576fefef3669c..598149a7fc4fcc32586e1ef09068e37dd7def4d9 100755 --- a/ansible-pre-commit +++ b/ansible-pre-commit @@ -1,5 +1,4 @@ #!/bin/sh -e -export ANSIBLE_ROLES_PATH=../:./roles/:.molecule/roles/:/etc/ansible/roles/ for playbook in $@ do ansible-playbook --inventory=localhost, --syntax-check "$playbook"