1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-04 23:37:12 +00:00

Lookup plugins: prevent using _terms for positional arguments, and reject positional arguments completely for lookups that don't use them (#12060)

Prevent using _terms for positional arguments.
Also rejecting positional arguments completely for lookups that don't use them.
This commit is contained in:
Felix Fontein 2026-05-17 09:43:21 +02:00 committed by GitHub
parent f97ff78c20
commit 2d8e6cb851
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 151 additions and 1 deletions

2
.github/BOTMETA.yml vendored
View file

@ -1503,6 +1503,8 @@ files:
maintainers: vbotka
$plugin_utils/_keys_filter.py:
maintainers: vbotka
$plugin_utils/_lookup.py:
maintainers: felixfontein
$plugin_utils/_unsafe.py:
maintainers: felixfontein
$plugin_utils/_tags.py: