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
Emmanuel Benoît 622895fb55
Proxmox inventory plugin - Fix tags parsing (#4378)
* Proxmox inventory plugin - Fix tags parsing

  * In some cases the Proxmox API returns a tags string that consists in
    a single space. The Proxmox inventory plugin parsed that into a
    single, empty tag. Stripping the initial string then checking
    whether it actually contains something fixes that.
  * Do not call `_to_safe` on the concatenation of a known safe string
    and a string that was already made safe.

* Changelog fragment for Proxmox inventory plugin tags fix

* Proxmox inventory plugin - Include link to PR in fragment

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-03-24 07:09:25 +01:00
..
action
become
cache Fix sanity issues. (#4346) 2022-03-14 20:56:27 +01:00
callback [plugins/callback/syslog_json.py] use v2 api, add option to skip sysl… (#4223) 2022-03-03 07:33:29 +01:00
connection Get rid of distutils.spawn and distutils.util (#3934) 2022-01-04 06:56:28 +01:00
doc_fragments ldap: added documentation as requested (#4389) 2022-03-24 07:05:26 +01:00
filter Add options to filter lists_mergeby (#4058) 2022-01-28 08:19:19 +01:00
inventory Proxmox inventory plugin - Fix tags parsing (#4378) 2022-03-24 07:09:25 +01:00
lookup Fix sanity issues. (#4346) 2022-03-14 20:56:27 +01:00
module_utils Add tls parameter to redis module (#4207) 2022-03-11 06:54:38 +01:00
modules Fixed typo in keycloak_client_rolemapping examples (#4393) 2022-03-24 07:08:11 +01:00
test