From 36528dfd4f0484ec6c799583a32ab5d9e2839927 Mon Sep 17 00:00:00 2001
From: Alexandre Iooss <erdnaxe@crans.org>
Date: Tue, 19 May 2020 19:47:07 +0200
Subject: [PATCH] Explicitely set roles path

---
 ansible.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ansible.cfg b/ansible.cfg
index 149b1ce6..70e5aff2 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -2,6 +2,9 @@
 
 [defaults]
 
+# Roles are always in root of this project
+roles_path = ./roles
+
 # Do not create .retry files
 retry_files_enabled = False
 
-- 
GitLab