From 0556fe379351cadc94a1a08d4ef3afc23280d4dc Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sat, 29 Apr 2017 19:25:53 +0300 Subject: [PATCH] Fix ansible roles path --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 308e8a1..0b73aa8 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,2 @@ [defaults] -roles_path = /vagrant/ansible/galaxy.roles:/vagrant/ansible/roles:/etc/ansible/roles:/vagrant/ansible +roles_path = ./ansible/galaxy.roles:/vagrant/ansible/galaxy.roles:/vagrant/ansible/roles:/etc/ansible/roles:/vagrant/ansible