Enable minimal testing
This commit is contained in:
9
molecule_hetznercloud/test/functional/.ansible-lint
Normal file
9
molecule_hetznercloud/test/functional/.ansible-lint
Normal file
@ -0,0 +1,9 @@
|
||||
# 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'
|
Reference in New Issue
Block a user