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 39914da commit 0b744d8Copy full SHA for 0b744d8
src/ansiblelint/config.py
@@ -29,7 +29,7 @@
29
{"test-meta": "**/tests/integration/targets/*/meta/main.{yaml,yml}"},
30
{"meta": "**/meta/main.{yaml,yml}"},
31
{"meta-runtime": "**/meta/runtime.{yaml,yml}"},
32
- {"arg_specs": "**/roles/**/meta/argument_specs.{yaml,yml}"}, # role argument specs
+ {"arg_specs": "**/meta/argument_specs.{yaml,yml}"}, # role argument specs
33
{"yaml": ".config/molecule/config.{yaml,yml}"}, # molecule global config
34
{
35
"requirements": "**/molecule/*/{collections,requirements}.{yaml,yml}"
0 commit comments