nmcli: fix empty list to replace / remove values (#6769)

This commit is contained in:
genofire 2023-07-06 21:06:24 +02:00 committed by GitHub
commit 9d8bec14c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 69 additions and 2 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- nmcli - fix support for empty list (in compare and scrape) (https://github.com/ansible-collections/community.general/pull/6769).