mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
0a5f79724c
* Improved parameter handling on proxmox modules * removed unused imports * rollback change in plugins/modules/cloud/misc/proxmox_user_info.py * added changelog fragment * Update changelogs/fragments/1765-proxmox-params.yml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
2 lines
235 B
YAML
2 lines
235 B
YAML
bugfixes:
|
|
- proxmox* modules - refactored some parameter validation code into use of ``env_fallback``, ``required_if``, ``required_together``, ``required_one_of`` (https://github.com/ansible-collections/community.general/pull/1765).
|