Fix quoting bug in zfs. (#4726)

This commit is contained in:
Felix Fontein 2022-05-28 21:38:30 +02:00 committed by GitHub
commit 01b32fec14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "zfs - fix wrong quoting of properties (https://github.com/ansible-collections/community.general/issues/4707, https://github.com/ansible-collections/community.general/pull/4726)."