Closed 0livd closed 7 years ago
Thanks @0livd. To the current maintainers, @UnderGreen please review according to guidelines (http://docs.ansible.com/ansible/developing_modules.html#module-checklist) and comment with text 'shipit', 'needs_revision' or 'close_me' as appropriate.
[This message brought to you by your friendly Ansibull-bot.]
shipit
Thanks again to @0livd for this PR, and thanks @UnderGreen for reviewing. Marking for inclusion.
[This message brought to you by your friendly Ansibull-bot.]
ISSUE TYPE
COMPONENT NAME
cloud/misc/proxmox.py
ANSIBLE VERSION
SUMMARY
Fetch vmid from the ProxmoxAPI when it is not set
The vmid is no longer a required parameter For the 'present' state: If not set, the next available one will be fetched from the API For the 'started', 'stopped', 'restarted' and 'absent' states: If not set, the module will try to fetch it from the API based on the hostname Inspired from the behavior of the proxmox_kvm module