1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/cloud/misc
hklausing 0df41241dd
Fixed - TypeError: unexpected keyword argument (#3649)
* Fixed - TypeError: unexpected keyword argument

- File proxmox_group_info.py creates the error "TypeError: 
  get_group() got an unexpected keyword argument \'group\'\r\n'" if a
  group parameter is used.
  Issue is an argument naming conflict. After changing the argument 
  name to 'groupid', as used in method ProxmoxGroupInfoAnsible::get_group,
  testing a Proxmox group name is working now.

* Changelog fragment added for #3649

changelog fragment for TypeError: unexpected keyword argument #3649

* Update changelogs/fragments/3649-proxmox_group_info_TypeError.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
2021-10-31 20:21:38 +01:00
..
cloud_init_data_facts.py
proxmox.py Remove deprecated options, aliases and defaults (#3461) 2021-10-12 13:56:15 +02:00
proxmox_domain_info.py
proxmox_group_info.py Fixed - TypeError: unexpected keyword argument (#3649) 2021-10-31 20:21:38 +01:00
proxmox_kvm.py Remove deprecated options, aliases and defaults (#3461) 2021-10-12 13:56:15 +02:00
proxmox_nic.py
proxmox_snap.py
proxmox_storage_info.py
proxmox_tasks_info.py
proxmox_template.py
proxmox_user_info.py
rhevm.py
serverless.py
terraform.py
xenserver_facts.py