ansible-server: fix roles path to work with linux-system-roles
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
fdd8c45f33
commit
8b408c8a79
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue