Skip to content

Commit 0b744d8

Browse files
authored
Improve argument_specs matching pattern (#2249)
Fixes: #2240
1 parent 39914da commit 0b744d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansiblelint/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{"test-meta": "**/tests/integration/targets/*/meta/main.{yaml,yml}"},
3030
{"meta": "**/meta/main.{yaml,yml}"},
3131
{"meta-runtime": "**/meta/runtime.{yaml,yml}"},
32-
{"arg_specs": "**/roles/**/meta/argument_specs.{yaml,yml}"}, # role argument specs
32+
{"arg_specs": "**/meta/argument_specs.{yaml,yml}"}, # role argument specs
3333
{"yaml": ".config/molecule/config.{yaml,yml}"}, # molecule global config
3434
{
3535
"requirements": "**/molecule/*/{collections,requirements}.{yaml,yml}"

0 commit comments

Comments
 (0)