mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-29 23:49:09 +00:00
* 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
|
||
|---|---|---|
| .. | ||
| .keep | ||
| 2.5.7.yml | ||
| 2692-logstash-callback-plugin-replacing_options.yml | ||
| 3400-fix-gitLab-api-searches-always-return-first-found-match-3386.yml | ||
| 3404-redfish_utils-skip-manager-network-check.yml | ||
| 3426-copy-permissions-along-with-file-for-jboss-module.yml | ||
| 3473-gitlab_deploy_key-fix_idempotency.yml | ||
| 3478-yaml-callback.yml | ||
| 3561-fix-ipa-host-var-detection.yml | ||
| 3602-fix-gitlab_project_members-improve-search-method.yml | ||
| 3649-proxmox_group_info_TypeError.yml | ||