From bf9309bba6b3881ae5f3fa99b2fb02e70d17fb28 Mon Sep 17 00:00:00 2001 From: Kedar Bidarkar Date: Wed, 25 Jul 2018 12:42:12 +0530 Subject: [PATCH] Add galaxy_roles also to roles directory. --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index dc5cfeb..d3e1a17 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,7 +1,7 @@ [defaults] library = foreman-ansible-modules/modules module_utils = foreman-ansible-modules/module_utils -roles_path = $PWD/galaxy_roles:$PWD/roles +roles_path = $PWD/roles inventory = inventory_files/inventory retry_files_enabled = False stdout_callback = yaml