Config: Add roles path to ansible.cfg explicitly

This is needed, when using an extra folder for playbooks, so Ansible can still find all roles.
This commit is contained in:
saibotk 2021-03-05 14:26:59 +01:00
parent 840d7c92bb
commit 8f07bbc671
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -1,5 +1,5 @@
[defaults]
roles_path = ~/.ansible/roles
roles_path = ./roles:~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
inventory = ./inventory
retry_files_enabled = false
vault_password_file = .vault_pass