Reduce no longer exist in python3, so we have to use six (#17304)

This commit is contained in:
Michael Scherer 2016-08-30 19:58:22 +02:00 committed by Toshio Kuratomi
parent d8f66defd0
commit 65f1eb8e5c

View file

@ -46,6 +46,7 @@ from ansible.utils.hashing import md5s, checksum_s
from ansible.utils.unicode import unicode_wrap, to_unicode
from ansible.utils.vars import merge_hash
from ansible.vars.hostvars import HostVars
from ansible.compat.six.moves import reduce
try:
import passlib.hash