Forbid the ansible globals
All checks were successful
CI / test (push) Successful in 50s
CI / test (almalinux, docker.io/library/almalinux:9, python3.11) (push) Successful in 11m12s
CI / test (debian, docker.io/library/debian:13, python3) (push) Successful in 17m18s
Lint / test (push) Successful in 46s

This commit is contained in:
Miguel Jacq 2026-07-02 14:52:20 +10:00
parent 65cbe18819
commit 40bff49815
Signed by: mig5
GPG key ID: 03906B4110AAD3B8

View file

@ -137,6 +137,13 @@ _JINJA_BUILTIN_GLOBAL_NAMES = frozenset(
"config",
"self",
"cycle",
# Ansible global set
"lookup",
"q",
"query",
"now",
"omit",
"undef",
}
)