ansible/changelogs/fragments/ensure_facts_safe.yml
Matt Davis 74e90f89bd 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)
2019-04-24 18:38:32 -06:00

2 lines
117 B
YAML

bugfixes:
- ensure module results and facts are marked untrusted as templates for safer use within the same task