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
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
..
action utf8 marker batch1 (#3127) (#3129) 2021-08-01 15:46:43 +02:00
become [PR #2633/07085785 backport][stable-2] Dynamically add meta/runtime.yml redirects for integration tests to correctly report coverage (#2854) 2021-06-22 09:13:40 +02:00
cache [PR #3194/1fec1d0c backport][stable-3] Fix sanity failures (#3195) (#3196) 2021-08-12 14:17:01 +02:00
callback Bugfix issue2692 logstash callbackmodule with no attribute options (#3530) (#3549) 2021-10-12 06:50:28 +02:00
connection [PR #3194/1fec1d0c backport][stable-3] Fix sanity failures (#3195) (#3196) 2021-08-12 14:17:01 +02:00
doc_fragments utf8 marker batch1 (#3127) (#3129) 2021-08-01 15:46:43 +02:00
filter [PR #2633/07085785 backport][stable-2] Dynamically add meta/runtime.yml redirects for integration tests to correctly report coverage (#2854) 2021-06-22 09:13:40 +02:00
inventory proxmox inventory plugin - Update examples documentation (#3299) (#3306) 2021-08-31 11:18:54 +02:00
lookup Updated the tss lookup plugin to reflect breaking changes introduced in the underpinning SDK (#3139) (#3151) 2021-08-05 22:41:29 +02:00
module_utils Redfish: perform manager network interface configuration even if property is missing (#3582) (#3590) 2021-10-20 17:49:01 +02:00
modules Fixed - TypeError: unexpected keyword argument (#3649) (#3653) 2021-10-31 20:35:34 +01:00