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] 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
..
.keep Rename changelogs/fragments/.empty -> changelogs/fragments/.keep 2020-08-07 08:17:57 +02:00
2.5.7.yml Announce that this is the last regular bugfix release. 2021-10-30 08:43:30 +02:00
2692-logstash-callback-plugin-replacing_options.yml Bugfix issue2692 logstash callbackmodule with no attribute options (#3530) (#3549) 2021-10-12 06:50:28 +02:00
3400-fix-gitLab-api-searches-always-return-first-found-match-3386.yml Fix: GitLab API searches always return first found match (#3400) (#3449) 2021-09-26 19:49:02 +02:00
3404-redfish_utils-skip-manager-network-check.yml Redfish: perform manager network interface configuration even if property is missing (#3582) (#3590) 2021-10-20 17:49:01 +02:00
3426-copy-permissions-along-with-file-for-jboss-module.yml Copy the permissions along with file for jboss module (#3426) (#3468) 2021-09-29 05:44:53 +00:00
3473-gitlab_deploy_key-fix_idempotency.yml Fix: gitlab_deploy_key idempotency (#3473) (#3511) 2021-10-04 21:41:59 +02:00
3478-yaml-callback.yml yaml callback: prevent plugin from modifying PyYAML (#3478) (#3493) 2021-10-02 20:22:40 +02:00
3561-fix-ipa-host-var-detection.yml Fix bug with returning results in IPA role (#3561) (#3567) 2021-10-16 21:08:06 +02:00
3602-fix-gitlab_project_members-improve-search-method.yml gitlab_project_members: improve project name matching (#3602) (#3635) 2021-10-30 08:31:53 +02:00
3649-proxmox_group_info_TypeError.yml Fixed - TypeError: unexpected keyword argument (#3649) (#3653) 2021-10-31 20:35:34 +01:00