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] f7efb2e394
plugins/inventory/lxd.py: fix listing of containers without os / release (#4351) (#4372)
* plugins/inventory/lxd.py: fix listing of containers without os / release

In some cases, a container might be present, that was initialized empty, therefore lacking meta information about the os or the release.
Test if the data entry is None to avoid calling lower on it.

* Update plugins/inventory/lxd.py

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

* Update plugins/inventory/lxd.py

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

* Create 4351-inventory-lxd-handling_metadata_wo_os_and_release.yml

* fix yaml readability of changelog fragment

* Update changelogs/fragments/4351-inventory-lxd-handling_metadata_wo_os_and_release.yml

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

Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Malte Kuhn <mkuhn@maxcluster.de>
(cherry picked from commit 421ccd5dc9)

Co-authored-by: monkz <git@monkz.de>
2022-03-16 18:19:44 +01:00
..
cobbler.py Fix sanity issues. (#4346) (#4357) 2022-03-14 21:30:29 +01:00
gitlab_runners.py Fix sanity issues. (#4346) (#4357) 2022-03-14 21:30:29 +01:00
icinga2.py Added new feature for ansible_user and ansible_port in Icinga2 inventory source (#4088) (#4130) 2022-01-31 20:22:59 +01:00
linode.py Fix sanity issues. (#4346) (#4357) 2022-03-14 21:30:29 +01:00
lxd.py plugins/inventory/lxd.py: fix listing of containers without os / release (#4351) (#4372) 2022-03-16 18:19:44 +01:00
nmap.py Fix sanity issues. (#4346) (#4357) 2022-03-14 21:30:29 +01:00
online.py Fix sanity issues. (#4346) (#4357) 2022-03-14 21:30:29 +01:00
opennebula.py Fix some more instances of ansible.module_utils._text. (#4232) (#4233) 2022-02-19 08:21:01 +01:00
proxmox.py Proxmox inventory plugin - Fix string to dict conversion (#4349) (#4366) 2022-03-15 12:34:44 +01:00
scaleway.py Fix sanity issues. (#4346) (#4357) 2022-03-14 21:30:29 +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) (#4047) 2022-01-16 20:55:03 +01:00