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
patchback[bot] 2241db8a74
Fixed - TypeError: unexpected keyword argument (#3649) (#3653)
* 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>
(cherry picked from commit 0df41241dd)

Co-authored-by: hklausing <hklausing@users.noreply.github.com>
2021-10-31 20:35:34 +01:00
..
cloud_init_data_facts.py Reduce ignored sanity tests in cloud/misc modules (#845) 2020-09-01 13:44:04 +02:00
helm.py Reduce ignored sanity tests in cloud/misc modules (#845) 2020-09-01 13:44:04 +02:00
ovirt.py Remove programming error which prevents modules to work with devel. (#2381) 2021-04-30 05:50:45 +02:00
proxmox.py Initial commit (#3300) (#3302) 2021-08-31 10:22:37 +02:00
proxmox_domain_info.py More renames. (#2307) (#2316) 2021-04-21 13:23:38 +02:00
proxmox_group_info.py Fixed - TypeError: unexpected keyword argument (#3649) (#3653) 2021-10-31 20:35:34 +01:00
proxmox_kvm.py Fixed incorrect VMID: cloning to an existing VM (#3266) (#3281) 2021-08-27 19:04:00 +02:00
proxmox_snap.py Improved parameter handling on proxmox modules (#1765) (#1801) 2021-02-12 17:08:14 +01:00
proxmox_storage_info.py More renames. (#2307) (#2316) 2021-04-21 13:23:38 +02:00
proxmox_template.py Improved parameter handling on proxmox modules (#1765) (#1801) 2021-02-12 17:08:14 +01:00
proxmox_user_info.py More renames. (#2307) (#2316) 2021-04-21 13:23:38 +02:00
rhevm.py removed unreachable code (#2157) (#2170) 2021-04-05 09:50:16 +02:00
serverless.py Reduce ignored sanity tests in cloud/misc modules (#845) 2020-09-01 13:44:04 +02:00
terraform.py Terraform: ensure workspace is reset to current value (#2634) (#2721) 2021-06-04 21:12:50 +02:00
xenserver_facts.py [stable-2] added supports_check_mode=True to info/facts modules (#3095) 2021-07-28 07:42:07 +02:00