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/changelogs/fragments
patchback[bot] 5174fc98d2
Fixed - TypeError: unexpected keyword argument (#3649) (#3654)
* 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:43 +01:00
..
.keep Rename changelogs/fragments/.empty -> changelogs/fragments/.keep 2020-08-07 08:17:57 +02:00
3.8.1.yml Prepare 3.8.1 release. 2021-10-22 08:31:37 +02:00
3404-redfish_utils-skip-manager-network-check.yml Redfish: perform manager network interface configuration even if property is missing (#3582) (#3591) 2021-10-20 17:51:35 +02:00
3509-redfish_utils-SetOneTimeBoot-mode-fix.yml Redfish: Do not set the boot source override mode if not provided by the user (#3581) (#3595) 2021-10-22 07:41:09 +02:00
3561-fix-ipa-host-var-detection.yml Fix bug with returning results in IPA role (#3561) (#3568) 2021-10-16 21:08:01 +02:00
3563-nmcli-ipv6_dns.yaml nmcli: Fix ipv6.dns not being recongnized as list (#3563) (#3593) 2021-10-21 08:22:55 +02:00
3583-fix-pkgin-exception.yml Fix exception in pkgin module when all packages are already installed (#3583) (#3596) 2021-10-22 08:07:10 +02:00
3602-fix-gitlab_project_members-improve-search-method.yml gitlab_project_members: improve project name matching (#3602) (#3636) 2021-10-30 08:32:06 +02:00
3611-pipx-fix-inject.yml pipx - fixed bug in state=inject (#3611) (#3634) 2021-10-30 08:30:13 +02:00
3622-fix-gitlab-deploy-key-check-mode.yml fix gitlab_deploy_key task in check mode (#3622) (#3629) 2021-10-28 20:19:54 +02:00
3626-fix-one_image-error.yml opennebula: fix error message when renaming an image (#3626) (#3650) 2021-10-31 18:50:20 +01:00
3649-proxmox_group_info_TypeError.yml Fixed - TypeError: unexpected keyword argument (#3649) (#3654) 2021-10-31 20:35:43 +01:00