From 94b506c144d4e22ebc1deef637a818db13bcaca5 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 19 Jun 2016 17:18:28 +0300
Subject: [PATCH] - Removed Ansible roles environment variable, should use
 ansible.cfg instead. - Bump minor version.

---
 VERSION            | 2 +-
 ansible-pre-commit | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/VERSION b/VERSION
index 0ea3a94..9325c3c 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 0e4e9c1..598149a 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"
-- 
GitLab