865e85a277
There are failures with ansible-lint. https://zuul.opendev.org/t/openstack/build/b89f36f3bd534733b2337a661bc090e5 This patch fixes the issue Change-Id: I1249aa48837df422379e3b3daa17d3a67f1ef336
32 lines
884 B
Plaintext
32 lines
884 B
Plaintext
---
|
|
parseable: true
|
|
profile: min
|
|
skip_list:
|
|
- '102'
|
|
- '106'
|
|
- '204' # [E204] Lines should be no longer than 120 chars
|
|
- '206' # [E206] Variables should have spaces before and after: {{ var_name }}
|
|
- '208' # [E208] File permission unset or incorrect
|
|
- '305'
|
|
- '306'
|
|
- '405'
|
|
- '403'
|
|
- '503' # [E503] Tasks that run when changed should likely be handlers
|
|
- '504'
|
|
- '602' # [E602] Don't compare to empty string
|
|
- ANSIBLE0006
|
|
- ANSIBLE0007
|
|
- ANSIBLE0012
|
|
exclude_paths:
|
|
- .zuul.yaml
|
|
- rally
|
|
# Temporarily disable linting on these existing playbooks as syntax errors are reported
|
|
# in them with ansible-lint rev 6.17.2.
|
|
- ansible/oooq
|
|
- ansible/gather/stockpile.yml
|
|
- ansible/logs/get-overcloud-logs.yml
|
|
- ansible/browbeat/install-at.yml
|
|
- ansible/common_logging/install_logging.yml
|
|
- ocp_on_osp/ocp_cleanup.yml
|
|
use_default_rules: true
|