mirror of https://github.com/ansible/ansible.git
mark entire module result untrusted as template (#55717)
* prevents accidental templating on intra-action postprocessing of an untrusted module result
* makes the view of a module result within an action consistent with the way it would be stored for future use (eg facts, register)
(cherry picked from commit 03cac394cc)
pull/55743/head
parent
f64e95f230
commit
74e90f89bd
@ -1,2 +1,2 @@
|
||||
bugfixes:
|
||||
- ensure facts are always unsafe objects and don't rely on plugin returns
|
||||
- ensure module results and facts are marked untrusted as templates for safer use within the same task
|
||||
|
||||
Loading…
Reference in New Issue