Fix typo in azure_rm_virtualmachine_scaleset_facts

This commit is contained in:
Matt Clay 2019-03-20 13:12:11 -07:00
parent 465acef2a3
commit f6c31e0562

View file

@ -320,7 +320,7 @@ class AzureRMVirtualMachineScaleSetFacts(AzureRMModuleBase):
self.log('Could not extract load balancer / virtual network name')
try:
ssh_password_enabled = (not vmss['properties']['virtualMachineProfile']['osProfile'],
ssh_password_enabled = (not vmss['properties']['virtualMachineProfile']['osProfile']
['linuxConfiguration']['disablePasswordAuthentication'])
except Exception:
self.log('Could not extract SSH password enabled')