nmcli: do not convert undefined lists to empty strings (#4813)

* do not convert undefined lists to empty strings

* add changelog fragment (#4813)
This commit is contained in:
geichelberger
2022-06-13 11:56:10 +02:00
committed by GitHub
parent e51221896b
commit 72faebffc6
3 changed files with 41 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- nmcli - fix error caused by adding undefined module arguments for list options (https://github.com/ansible-collections/community.general/issues/4373, https://github.com/ansible-collections/community.general/pull/4813).