Revert "[stable-2.7] Handle sets differently than lists in wrap_var. Fixes #47372."

This reverts commit 0e933f76ba4edb0e06f0779f5fb4b0ea85191e8b.

The tests for this were broken on centos6 because jinja2 does not have
a map filter on that platform.  Tests need to be rewritten
This commit is contained in:
Toshio Kuratomi
2018-10-22 20:17:15 -07:00
parent 210a43ebeb
commit ccabc2bff5
3 changed files with 1 additions and 19 deletions

View File

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