Fixed roles path option in ansible.cfg

This commit is contained in:
Jan Beilicke 2020-11-28 22:38:36 +00:00
parent 781683a998
commit 609ac2c3fa

View file

@ -2,7 +2,7 @@
gathering = smart gathering = smart
fact_caching_connection = ./facts_cache fact_caching_connection = ./facts_cache
fact_caching = jsonfile fact_caching = jsonfile
ansible_roles_path = ./roles roles_path = ./roles
# The timeout is defined in seconds # The timeout is defined in seconds
# This is 2 hours # This is 2 hours
@ -11,4 +11,4 @@ fact_caching_timeout = 7200
[ssh_connection] [ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=18000 -o PreferredAuthentications=publickey ssh_args = -o ControlMaster=auto -o ControlPersist=18000 -o PreferredAuthentications=publickey
control_path = %(directory)s/ansible-ssh-%%h-%%p-%%r control_path = %(directory)s/ansible-ssh-%%h-%%p-%%r
pipelining = True pipelining = True