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/inventory
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
..
cobbler.py Fix sanity issues. (#4346) 2022-03-14 20:56:27 +01:00
gitlab_runners.py Fix sanity issues. (#4346) 2022-03-14 20:56:27 +01:00
icinga2.py Added new feature for ansible_user and ansible_port in Icinga2 inventory source (#4088) 2022-01-31 19:50:08 +01:00
linode.py Fix sanity issues. (#4346) 2022-03-14 20:56:27 +01:00
lxd.py plugins/inventory/lxd.py: fix listing of containers without os / release (#4351) 2022-03-16 13:52:22 +01:00
nmap.py Fix sanity issues. (#4346) 2022-03-14 20:56:27 +01:00
online.py Fix sanity issues. (#4346) 2022-03-14 20:56:27 +01:00
opennebula.py Fix some more instances of ansible.module_utils._text. (#4232) 2022-02-18 23:14:51 +01:00
proxmox.py Proxmox inventory plugin - Fix tags parsing (#4378) 2022-03-24 07:09:25 +01:00
scaleway.py Fix sanity issues. (#4346) 2022-03-14 20:56:27 +01:00
stackpath_compute.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
virtualbox.py fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
xen_orchestra.py Update example (#4041) 2022-01-16 20:31:24 +01:00