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
monkz 421ccd5dc9
plugins/inventory/lxd.py: fix listing of containers without os / release (#4351)
* 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>
2022-03-16 13:52:22 +01:00
..
action fixed the utf-8 marker (#3162) 2021-08-07 15:02:21 +02:00
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 Updated keycloak.py to allow defining connection timeout value (#4168) (#4178) 2022-02-14 19:43:17 +01:00
filter Add options to filter lists_mergeby (#4058) 2022-01-28 08:19:19 +01:00
inventory plugins/inventory/lxd.py: fix listing of containers without os / release (#4351) 2022-03-16 13:52:22 +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 Revert "Allow complex values in variables parameter of terraform module (#4281)" (#4368) 2022-03-16 07:13:17 +01:00
test a_module test: fix crash in case of tombstoning (#3660) 2021-11-04 08:29:17 +01:00