ansible/changelogs/fragments/21088-no-auto-unsafe-set-fact-include-vars-with-register.yml

5 lines
192 B
YAML
Raw Normal View History

bugfixes:
- register - Ensure that ``register`` used on ``set_fact`` or ``include_vars``
does not automatically wrap the facts as unsafe.
(https://github.com/ansible/ansible/issues/21088)