mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
Fix the six import
This commit is contained in:
committed by
Matt Clay
parent
8ba0af5df3
commit
79d12db02f
@@ -30,7 +30,7 @@ try:
|
||||
except ImportError:
|
||||
import simplejson as json
|
||||
|
||||
import ansible.module_utils.six
|
||||
import ansible.module_utils.six as six
|
||||
|
||||
|
||||
DOCUMENTATION = '''
|
||||
|
||||
Reference in New Issue
Block a user