Skip to content

Commit

Permalink
added introducing version number to module description
Browse files Browse the repository at this point in the history
  • Loading branch information
ff05 committed Feb 5, 2025
1 parent 86fb008 commit f7d31d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
minor_changes:
- proxmox_kvm - allow hibernation and suspending of VMs (https://github.com/ansible-collections/community.general/pull/9653), (https://github.com/ansible-collections/community.general/issues/9620).
- proxmox_kvm - allow hibernation and suspending of VMs (https://github.com/ansible-collections/community.general/issues/9620, https://github.com/ansible-collections/community.general/pull/9653).
1 change: 1 addition & 0 deletions plugins/modules/proxmox_kvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@
- Indicates desired state of the instance.
- If V(current), the current state of the VM will be fetched. You can access it with C(results.status).
- V(template) was added in community.general 8.1.0.
- V(paused) and V(hibernated) were added in community.general 10.4.0.
type: str
choices: ['present', 'started', 'absent', 'stopped', 'restarted', 'current', 'template', 'paused', 'hibernated']
default: present
Expand Down

0 comments on commit f7d31d3

Please sign in to comment.