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
commit 72faebffc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).