f8654de851
* 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
3 lines
131 B
YAML
3 lines
131 B
YAML
bugfixes:
|
|
- unsafe_proxy - Ensure that data within a tuple is marked as unsafe
|
|
(https://github.com/ansible/ansible/issues/65722)
|