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
patchback[bot] e8d276e689
Proxmox inventory plugin - Fix string to dict conversion (#4349) (#4365)
* Proxmox inventory plugin - Fix string to dict conversion (#4348)

  * Re-use the (defined but unused) `plaintext_configs` variable to list
    configuration entries that should be ignored by the string to
    dictionary conversion code. At this point, it only contains the
    `description` string.
  * Convert to a dictionary if the all substrings obtained by splitting
    off the initial value with commas contain a `=` character
  * Limit substring splitting to a single split, so that a substring
    containing `a=b=c` will generate an `a` entry with value `b=c`.

* Added changelog fragment for PR #4349

* Fix changelog fragment for #4349

(cherry picked from commit 3eec63421a)

Co-authored-by: Emmanuel Benoît <tseeker@nocternity.net>
2022-03-15 12:34:29 +01:00
..
cobbler.py Fix sanity issues. (#4346) (#4358) 2022-03-14 21:30:52 +01:00
gitlab_runners.py Fix sanity issues. (#4346) (#4358) 2022-03-14 21:30:52 +01:00
icinga2.py Icinga2 inventory plugin (#3202) (#3392) 2021-09-18 15:34:27 +02:00
linode.py Fix sanity issues. (#4346) (#4358) 2022-03-14 21:30:52 +01:00
lxd.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00
nmap.py Fix sanity issues. (#4346) (#4358) 2022-03-14 21:30:52 +01:00
online.py Fix sanity issues. (#4346) (#4358) 2022-03-14 21:30:52 +01:00
opennebula.py Added OpenNebula inventory plugin (#810) (#3460) 2021-09-28 17:41:54 +02:00
proxmox.py Proxmox inventory plugin - Fix string to dict conversion (#4349) (#4365) 2022-03-15 12:34:29 +01:00
scaleway.py Fix sanity issues. (#4346) (#4358) 2022-03-14 21:30:52 +01:00
stackpath_compute.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00
virtualbox.py fixed the utf-8 marker (#3162) (#3165) 2021-08-07 15:59:29 +02:00