From 5b736fb416d12e6836d99779457d1e2b82bce212 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Fri, 14 Jul 2017 17:39:38 +0200 Subject: [PATCH] roles_path in ansible.cfg --- ansible.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index ceb1027..71bd8aa 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,7 @@ [defaults] # This is needed by the openshift-ansible installer deprecation_warnings=False + +# Since our playbooks are in a subdir and our roles are on top-level dir, +# we need to tell ansible where they are +roles_path = ./roles/