Merge pull request #625 from rjeffman/precommit_filter_ansible_lint

ansible-lint: Add paths and files to exclude list.
This commit is contained in:
Thomas Woerner
2021-08-25 11:00:01 +02:00
committed by GitHub

View File

@@ -1,7 +1,14 @@
exclude_paths:
- roles
- .tox
- .venv
- .ansible-freeipa-tests/
- .cache/
- .github/
- .pre-commit-config.yaml
- .tox/
- .venv/
- .yamllint
- molecule/
- tests/azure/
parseable: true