mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix typo in azure_rm_virtualmachine_scaleset_facts
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user