From 8b408c8a79bcda9287a4e88b5813b4688acfa709 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 12 May 2020 16:11:04 -0700 Subject: [PATCH] ansible-server: fix roles path to work with linux-system-roles Signed-off-by: Kevin Fenzi --- roles/ansible-server/templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index 8b6b6a9d30..1c0f19503b 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -61,7 +61,7 @@ gathering = smart # additional paths to search for roles in, colon separated #roles_path = /etc/ansible/roles -roles_path = {{ ansible_base }}/ansible/roles +roles_path = {{ ansible_base }}/ansible/roles:/usr/share/ansible/roles # uncomment this to disable SSH key host checking #host_key_checking = False