Reduce no longer exist in python3, so we have to use six (#17304)
This commit is contained in:
parent
d8f66defd0
commit
65f1eb8e5c
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ from ansible.utils.hashing import md5s, checksum_s
|
||||||
from ansible.utils.unicode import unicode_wrap, to_unicode
|
from ansible.utils.unicode import unicode_wrap, to_unicode
|
||||||
from ansible.utils.vars import merge_hash
|
from ansible.utils.vars import merge_hash
|
||||||
from ansible.vars.hostvars import HostVars
|
from ansible.vars.hostvars import HostVars
|
||||||
|
from ansible.compat.six.moves import reduce
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import passlib.hash
|
import passlib.hash
|
||||||
|
|
Loading…
Reference in a new issue