mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-05 00:11:57 +00:00
* proxmox_kvm: undefined local variable status
* proxmox_kvm: Add a changelog fragment
* Update changelogs/fragments/1847-proxmox-kvm-fix-status.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* proxmox_kvm: fix the RETURN document
* proxmox_kvm: fix name variable when state=current
The variable name is not always defined as the module can be called with
just a vmid.
Before:
> "msg": "VM None with vmid = 118 is stopped"
After:
> "msg": "VM test-instance with vmid = 118 is stopped"
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| cloud_init_data_facts.py | ||
| helm.py | ||
| ovirt.py | ||
| proxmox.py | ||
| proxmox_domain_info.py | ||
| proxmox_group_info.py | ||
| proxmox_kvm.py | ||
| proxmox_snap.py | ||
| proxmox_template.py | ||
| proxmox_user_info.py | ||
| rhevm.py | ||
| serverless.py | ||
| terraform.py | ||
| xenserver_facts.py | ||