mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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.vars import merge_hash
|
||||
from ansible.vars.hostvars import HostVars
|
||||
from ansible.compat.six.moves import reduce
|
||||
|
||||
try:
|
||||
import passlib.hash
|
||||
|
|
Loading…
Reference in a new issue