tripleo-ci/.ansible-lint
Douglas Viroel 941bbcdfff Fixes for ansible-lint in tox linter job
This patch updated ansible-lint version on pre-commit configuration
file and updates tox.ini to install ansible and collections needed for
ansible-lint validation.

Closes-Bug: #2019875

Change-Id: Ib68f5b26ea5672d294709a8a1d7e725133be0203
2023-05-16 14:46:18 -03:00

16 lines
510 B
Plaintext

---
exclude_paths:
- roles/validate-ui/.travis.yml
- roles/oooci-build-images/tasks/main.yaml # the role 'discover-latest-image' was not found
parseable: true
quiet: false
skip_list:
- empty-string-compare # https://github.com/ansible/ansible-lint/issues/457
- role-name # Role name run-test does not match ``^[a-z][a-z0-9_]+$`` pattern
- risky-file-permissions # File permissions unset or incorrect
- package-latest
- document-start
verbosity: 1
mock_modules:
- zuul_return