infrastructure/ansible.lint.cfg
saibotk 8286c3afd3
CI: Fix ansible-lint search space
This patch will allow ansible-lint to search for files on its own instead of *.yml files in the root directory. Since playbooks now reside in their own folder, ansible-lint would not lint any roles anymore.

Also this introduces another small stub ansible-lint related ansible config file, so it does not always try to use the vault password / decrypt files.
2021-09-14 00:44:30 +02:00

2 lines
170 B
INI

# 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.