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] 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
..
alicloud [stable-2] added supports_check_mode=True to info/facts modules (#3095) 2021-07-28 07:42:07 +02:00
atomic using get_bin_path() on atomic modules (#2144) (#2151) 2021-04-02 22:35:56 +02:00
centurylink Tidy up validate-modules ignores for cloud/centurylink modules (#1771) (#1811) 2021-02-13 12:35:18 +01:00
dimensiondata fixed str formatting (#2139) (#2141) 2021-03-31 14:15:05 +02:00
heroku Tidy up sanity checks ignore lines modules (batch 7) (#1970) (#1984) 2021-03-08 08:58:07 +01:00
huawei Fix a bunch of potential security issues (secret leaking) (#1736) (#1751) 2021-02-08 17:04:38 +01:00
linode linode_v4 - fixed error message (#2430) (#2432) 2021-05-03 13:51:14 +02:00
lxc fixed Python 3 keys() usage (#1861) (#1891) 2021-02-24 19:36:37 +01:00
lxd fixed Python 3 keys() usage (#1861) (#1891) 2021-02-24 19:36:37 +01:00
memset [stable-2] added supports_check_mode=True to info/facts modules (#3095) 2021-07-28 07:42:07 +02:00
misc Fixed - TypeError: unexpected keyword argument (#3649) (#3653) 2021-10-31 20:35:34 +01:00
oneandone More false-positives (not flagged by sanity tests yet). (#2010) (#2016) 2021-03-13 13:48:18 +01:00
online modules: fix examples to use FQCN for builtin modules (#648) 2020-07-14 18:28:08 +03:00
opennebula [PR #3194/1fec1d0c backport][stable-3] Fix sanity failures (#3195) (#3196) 2021-08-12 14:17:01 +02:00
oracle fixed Python 3 keys() usage (#1861) (#1891) 2021-02-24 19:36:37 +01:00
ovh removed unreachable code (#2157) (#2170) 2021-04-05 09:50:16 +02:00
ovirt [stable-2] added supports_check_mode=True to info/facts modules (#3095) 2021-07-28 07:42:07 +02:00
packet [PR #3194/1fec1d0c backport][stable-3] Fix sanity failures (#3195) (#3196) 2021-08-12 14:17:01 +02:00
profitbricks More false-positives (not flagged by sanity tests yet). (#2010) (#2016) 2021-03-13 13:48:18 +01:00
pubnub Mark non-secret leaking module options with no_log=False (#2001) (#2005) 2021-03-12 09:17:05 +01:00
rackspace [stable-2] added supports_check_mode=True to info/facts modules (#3095) 2021-07-28 07:42:07 +02:00
scaleway Tidy up sanity checks ignore lines modules (batch 7) (#1970) (#1984) 2021-03-08 08:58:07 +01:00
smartos [stable-2] added supports_check_mode=True to info/facts modules (#3095) 2021-07-28 07:42:07 +02:00
softlayer Adjust example to remove unnecessary offensive language. (#2869) (#2871) 2021-06-25 06:49:11 +02:00
spotinst Mark non-secret leaking module options with no_log=False (#2001) (#2005) 2021-03-12 09:17:05 +01:00
univention udm_dns_record: Fix handling of PTR records (#3244) (#3256) (#3297) 2021-08-30 19:05:38 +02:00
webfaction Tidy up sanity checks (2021/Batch 3 - who's counting) (#1885) (#1910) 2021-02-26 11:57:51 +01:00
xenserver xenserver_guest - fixed validations (#2243) (#2253) 2021-04-17 09:51:16 +02:00