mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
* 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>
|
||
|---|---|---|
| .. | ||
| cobbler.py | ||
| gitlab_runners.py | ||
| icinga2.py | ||
| linode.py | ||
| lxd.py | ||
| nmap.py | ||
| online.py | ||
| opennebula.py | ||
| proxmox.py | ||
| scaleway.py | ||
| stackpath_compute.py | ||
| virtualbox.py | ||
| xen_orchestra.py | ||