10 lines
422 B
Plaintext
10 lines
422 B
Plaintext
|
# ansible-lint config for functional testing, used to bypass expected metadata
|
||
|
# errors in molecule-generated roles. Loaded via the metadata_lint_update
|
||
|
# pytest helper. For reference, see "E7xx - metadata" in:
|
||
|
# https://docs.ansible.com/ansible-lint/rules/default_rules.html
|
||
|
skip_list:
|
||
|
# metadata/701 - Role info should contain platforms
|
||
|
- '701'
|
||
|
# metadata/703 - Should change default metadata: <field>"
|
||
|
- '703'
|