tripleo-validations/.ansible-lint
John Fulton 94b0d3c4a3 Remove ceph-pg from openstack tripleo validator run groups
By design this validation will never suceed when run by openstack
tripleo validator run and thus it should be removed from the groups
that would cause it to be run this way.

Change-Id: I4ad2c6efe18a2cc63c6fa5189d420d7a2be1f753
Closes-Bug: #1900713
2020-10-21 19:35:27 +00:00

27 lines
734 B
Plaintext

exclude_paths:
- releasenotes/
- playbooks/ceph-pg.yaml
parseable: true
quiet: false
rulesdir:
- .ansible-lint_rules/
skip_list:
# Lines should be no longer than 120 chars.
- '204'
# Using command rather module we have where
# we need to use curl or rsync.
- '303'
# shell tasks uses pipeline without pipefail,
# this requires refactoring, skip for now.
- '306'
# Tasks that run when changed should likely be handlers
# this requires refactoring, skip for now.
- '503'
# meta/main.yml should contain relevant info
- '701'
# Tags must contain lowercase letters and digits only
- '702'
# meta/main.yml default values should be changed
- '703'
verbosity: 1