From 55c31934f79f4b6e2b184e534015e435a725a22d Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 19 Apr 2021 13:15:49 +0200 Subject: [PATCH] add roles to ansible roles path --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 0a92e3f..85f1973 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -64,7 +64,7 @@ # inject_facts_as_vars = True # additional paths to search for roles in, colon separated -#roles_path = /etc/ansible/roles +roles_path = roles # uncomment this to disable SSH key host checking host_key_checking = False