mirror of https://github.com/ansible/ansible.git
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 importpull/66240/head
parent
f9e315671a
commit
f8654de851
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- unsafe_proxy - Ensure that data within a tuple is marked as unsafe
|
||||
(https://github.com/ansible/ansible/issues/65722)
|
Loading…
Reference in New Issue