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

pull/17306/head
Michael Scherer 8 years ago committed by Toshio Kuratomi
parent d8f66defd0
commit 65f1eb8e5c

@ -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

Loading…
Cancel
Save