mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07: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:
parent
c952753735
commit
a2d94c85e9
2 changed files with 13 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue