2021-09-14 00:44:30 +02:00
|
|
|
# Empty stub config file, so ansible-lint does not use the default config's vault_password_file.
|
|
|
|
# Otherwise ansible-lint always tries to get a vault password and fails.
|
2022-08-13 17:50:54 +02:00
|
|
|
[defaults]
|
2022-08-13 19:53:34 +02:00
|
|
|
roles_path = ./roles:~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
|
2024-03-10 00:59:29 +01:00
|
|
|
collections_path = ./collections:~/.ansible/collections:/usr/share/ansible/collections:/etc/ansible/collections
|