mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
2 Module fixes (#3611)
* Fix syntax error in azure_rm_virtualmachine.py * Allow rhn_register to fail gracefully when rhn-client-tools is not installed
This commit is contained in:
@@ -520,7 +520,7 @@ class AzureRMVirtualMachine(AzureRMModuleBase):
|
||||
changed=False,
|
||||
actions=[],
|
||||
powerstate_change=None,
|
||||
ansible_facts=dict('azure_rm_vm')
|
||||
ansible_facts=dict(azure_rm_vm=None)
|
||||
)
|
||||
|
||||
super(AzureRMVirtualMachine, self).__init__(derived_arg_spec=self.module_arg_spec,
|
||||
|
||||
Reference in New Issue
Block a user