Edit azure.py
This commit is contained in:
parent
eba78d08f9
commit
7ad225eedd
1 changed files with 1 additions and 2 deletions
|
@ -369,8 +369,7 @@ def create_virtual_machine(module, azure):
|
||||||
vm_config = LinuxConfigurationSet(hostname, user, password, disable_ssh_password_authentication)
|
vm_config = LinuxConfigurationSet(hostname, user, password, disable_ssh_password_authentication)
|
||||||
else:
|
else:
|
||||||
#Create Windows Config
|
#Create Windows Config
|
||||||
vm_config = WindowsConfigurationSet(hostname, password, module.params.get('reset_pass_atlogon'),\
|
vm_config = WindowsConfigurationSet(hostname, password, None, module.params.get('auto_updates'), None, user)
|
||||||
module.params.get('auto_updates'), None, user)
|
|
||||||
vm_config.domain_join = None
|
vm_config.domain_join = None
|
||||||
if module.params.get('enable_winrm'):
|
if module.params.get('enable_winrm'):
|
||||||
listener = Listener('Http')
|
listener = Listener('Http')
|
||||||
|
|
Loading…
Reference in a new issue