From b94c0ac1a6ff8e921e5fbae8ecc220d8ebdf7e99 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 9 May 2020 23:35:25 +0100 Subject: [PATCH] Set project specific path for Ansible roles --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index b664c2d..4982990 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,6 +1,7 @@ [defaults] bin_ansible_callbacks = True inventory = tools/ansible/hosts.yml +roles_path = tools/ansible/.roles stdout_callback = yaml verbosity = 1