We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573f3fc commit ec97e45Copy full SHA for ec97e45
examples/inventory.yml renamed to examples/inventory/inventory.yml
src/ansiblelint/config.py
@@ -15,7 +15,7 @@
15
# Do not sort this list, order matters.
16
{"jinja2": "**/*.j2"}, # jinja2 templates are not always parsable as something else
17
{"jinja2": "**/*.j2.*"},
18
- {"inventory": "**/inventory.yml"},
+ {"inventory": "**/inventory/**.yml"},
19
{"requirements": "**/meta/requirements.yml"}, # v1 only
20
# https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
21
{"galaxy": "**/galaxy.yml"}, # Galaxy collection meta
0 commit comments