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
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
..
alicloud added supports_check_mode=True to info/facts modules (#3084) (#3094) 2021-07-27 17:23:10 +00:00
atomic Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00
centurylink mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
dimensiondata Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00
heroku mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
huawei Fix a bunch of potential security issues (secret leaking) (#1736) 2021-02-08 16:33:18 +01:00
linode mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
lxc Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00
lxd lxd_container: improvements to the comments (#3520) (#3522) 2021-10-07 07:14:42 +02:00
memset added supports_check_mode=True to info/facts modules (#3084) (#3094) 2021-07-27 17:23:10 +00:00
misc Fixed - TypeError: unexpected keyword argument (#3649) (#3654) 2021-10-31 20:35:43 +01:00
oneandone mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
online Fixed sanity checks for cloud/online/ modules (#2677) (#2679) 2021-05-29 17:08:56 +02:00
opennebula opennebula: fix error message when renaming an image (#3626) (#3650) 2021-10-31 18:50:20 +01:00
oracle mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
ovh mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
packet [PR #3194/1fec1d0c backport][stable-3] Fix sanity failures (#3195) 2021-08-12 13:46:55 +02:00
profitbricks mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
pubnub mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
rackspace mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
scaleway mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
smartos added supports_check_mode=True to info/facts modules (#3084) (#3094) 2021-07-27 17:23:10 +00:00
softlayer Adjust example to remove unnecessary offensive language. (#2869) (#2872) 2021-06-25 06:49:14 +02:00
spotinst mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
univention udm_dns_record: Fix handling of PTR records (#3244) (#3256) (#3298) 2021-08-30 19:04:49 +02:00
webfaction Tidy up sanity checks (2021/Batch 3 - who's counting) (#1885) 2021-02-26 11:37:23 +01:00
xenserver xenserver_guest - fixed validations (#2243) 2021-04-17 09:32:13 +02:00