Handle sets differently than lists in wrap_var. Fixes #47372 (#47510)

This commit is contained in:
Matt Martz
2018-10-23 11:18:21 -05:00
committed by GitHub
parent d5e4f37ca0
commit f6ecdf0b87
3 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- unsafe - Add special casing to sets, to support wrapping elements of sets correctly in Python 3 (https://github.com/ansible/ansible/issues/47372)