ansible/changelogs/fragments/ensure_facts_safe.yml
Matt Davis 03cac394cc
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)
2019-04-24 15:15:20 -07:00

2 lines
117 B
YAML

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