From 41ad1da69485c1a71831aa7341dc5abc71659c69 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 18 Dec 2016 02:12:17 +0200 Subject: [PATCH] - Prefer roles one level above instead of those in .molecule/roles for easier development. --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 905e3c6..a33a906 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,7 +2,7 @@ library = library host_key_checking = False retry_files_enabled = False -roles_path = .molecule/roles:.molecule/../roles:../:../../ +roles_path = ../:.molecule/roles:.molecule/../roles:../../ command_warnings = True deprecation_warnings = True callback_whitelist = profile_tasks -- GitLab