Forbid the ansible globals
All checks were successful
All checks were successful
This commit is contained in:
parent
65cbe18819
commit
40bff49815
1 changed files with 7 additions and 0 deletions
|
|
@ -137,6 +137,13 @@ _JINJA_BUILTIN_GLOBAL_NAMES = frozenset(
|
||||||
"config",
|
"config",
|
||||||
"self",
|
"self",
|
||||||
"cycle",
|
"cycle",
|
||||||
|
# Ansible global set
|
||||||
|
"lookup",
|
||||||
|
"q",
|
||||||
|
"query",
|
||||||
|
"now",
|
||||||
|
"omit",
|
||||||
|
"undef",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue