|
|
|
@ -14,12 +14,9 @@ import json
|
|
|
|
from os.path import expanduser
|
|
|
|
from os.path import expanduser
|
|
|
|
|
|
|
|
|
|
|
|
from ansible.module_utils.basic import AnsibleModule
|
|
|
|
from ansible.module_utils.basic import AnsibleModule
|
|
|
|
|
|
|
|
from ansible.module_utils.ansible_release import __version__ as ANSIBLE_VERSION
|
|
|
|
from ansible.module_utils.six.moves import configparser
|
|
|
|
from ansible.module_utils.six.moves import configparser
|
|
|
|
import ansible.module_utils.six.moves.urllib.parse as urlparse
|
|
|
|
import ansible.module_utils.six.moves.urllib.parse as urlparse
|
|
|
|
try:
|
|
|
|
|
|
|
|
from ansible.release import __version__ as ANSIBLE_VERSION
|
|
|
|
|
|
|
|
except ImportError:
|
|
|
|
|
|
|
|
ANSIBLE_VERSION = 'unknown'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AZURE_COMMON_ARGS = dict(
|
|
|
|
AZURE_COMMON_ARGS = dict(
|
|
|
|
auth_source=dict(
|
|
|
|
auth_source=dict(
|
|
|
|
|