Skip to content

Commit

Permalink
Improve argument_specs matching pattern (#2249)
Browse files Browse the repository at this point in the history
Fixes: #2240
  • Loading branch information
ssbarnea committed Jul 27, 2022
1 parent 39914da commit 0b744d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansiblelint/config.py
Expand Up @@ -29,7 +29,7 @@
{"test-meta": "**/tests/integration/targets/*/meta/main.{yaml,yml}"},
{"meta": "**/meta/main.{yaml,yml}"},
{"meta-runtime": "**/meta/runtime.{yaml,yml}"},
{"arg_specs": "**/roles/**/meta/argument_specs.{yaml,yml}"}, # role argument specs
{"arg_specs": "**/meta/argument_specs.{yaml,yml}"}, # role argument specs
{"yaml": ".config/molecule/config.{yaml,yml}"}, # molecule global config
{
"requirements": "**/molecule/*/{collections,requirements}.{yaml,yml}"
Expand Down

0 comments on commit 0b744d8

Please sign in to comment.