ansible/changelogs/fragments/65722-unsafe-tuples.yml
Matt Martz f8654de851
Ensure that data within a tuple is marked as unsafe (#65918)
* Use is_sequence, and Mapping throughout, add support for tuples. Fixes #65722

* Address tests

* Remove unused import

* Add changelog

* Add docstring for clarity

* Argh, linting fix

* Not chasing this rabbit

* wrap_var doesn't return a ref to the original item

* no ref tests

* Remove unused import
2020-01-07 08:41:37 -06:00

4 lines
131 B
YAML

bugfixes:
- unsafe_proxy - Ensure that data within a tuple is marked as unsafe
(https://github.com/ansible/ansible/issues/65722)