Files
tripleo-quickstart-extras/.ansible-lint
Sagi Shnaidman 2f335749c9 Fix ansible lint for python 3.8
As linters jobs are failing with the issue [1].

Don't use ansible 2.10.0 It seems to have
broken linters and molecule jobs,
let's not use it till we fix those.

[1]: https://zuul.opendev.org/t/openstack/build/2b50f5e021634cc4abfbab46181cd310
[2]: https://groups.google.com/g/ansible-project/c/yFnMgbjqYnU/m/4nTCm4w1BAAJ

Change-Id: I5d16f7e09116116830cbbd5c376c0b87cbcea087
2020-09-24 15:49:15 +05:30

20 lines
833 B
Plaintext

exclude_paths:
- roles/validate-ui/.travis.yml
# we don't want to see failures from sideloaded repos
- ../tripleo-upgrade/
parseable: true
quiet: false
skip_list:
# TODO(ssbarnea): Gradually remove these skips ASAP
- 204 # Lines should be no longer than 160 chars
- 302 # rm used in place of argument state=absent to file module
- 303 # sed used in place of template, replace or lineinfile module
- 602 # Don't compare to empty string
- 504 # Do not use 'local_action', use 'delegate_to: localhost'
- 701 # No 'galaxy_info' found
- 208 # [E208] File permissions unset or incorrect
- 106 # [E106] Role name {} does not match ^[a-z][a-z0-9_]+$ pattern
- 207 # [E207] Nested jinja pattern
- 306 # [E306] Shells that use pipes should set the pipefail option
verbosity: 1