mirror of https://github.com/ansible/ansible.git
* Use is_sequence, and Mapping throughout, add support for tuples. Fixes #65722
* Address tests
* Remove unused import
* Add changelog
* Add docstring for clarity
(cherry picked from commit f8654de851)
Co-authored-by: Matt Martz <matt@sivel.net>
pull/73230/head
parent
65367b9721
commit
d65fa6878f
@ -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