Fixed roles path option in ansible.cfg
This commit is contained in:
parent
781683a998
commit
609ac2c3fa
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
gathering = smart
|
||||
fact_caching_connection = ./facts_cache
|
||||
fact_caching = jsonfile
|
||||
ansible_roles_path = ./roles
|
||||
roles_path = ./roles
|
||||
|
||||
# The timeout is defined in seconds
|
||||
# This is 2 hours
|
||||
|
|
Loading…
Add table
Reference in a new issue