mirror of https://github.com/ansible/ansible.git
Added _TEMPLAR_SANDBOX_MODE config (#85222)
* Added _TEMPLAR_SANDBOX_MODE config
* allows unsafe attribute checks to be disabled in Jinja sandbox
* Update lib/ansible/_internal/_templating/_jinja_bits.py
Co-authored-by: Matt Clay <matt@mystile.com>
---------
Co-authored-by: Matt Clay <matt@mystile.com>
(cherry picked from commit 91453e30af)
pull/85255/head
parent
8b0b54de38
commit
5fd78b07fb
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- templating - Added ``_ANSIBLE_TEMPLAR_SANDBOX_MODE=allow_unsafe_attributes`` environment variable to disable Jinja template attribute sandbox. (https://github.com/ansible/ansible/issues/85202)
|
||||
Loading…
Reference in New Issue