ansible-server: fix roles path to work with linux-system-roles

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-12 16:11:04 -07:00
parent fdd8c45f33
commit 8b408c8a79

View file

@ -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