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:
parent
840d7c92bb
commit
8f07bbc671
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
roles_path = ~/.ansible/roles
|
roles_path = ./roles:~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
|
||||||
inventory = ./inventory
|
inventory = ./inventory
|
||||||
retry_files_enabled = false
|
retry_files_enabled = false
|
||||||
vault_password_file = .vault_pass
|
vault_password_file = .vault_pass
|
||||||
|
|
Loading…
Add table
Reference in a new issue