mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-08 15:14:20 -07:00
[PR #6264/1f92a699 backport][stable-10] zfs: fix multi-line value in user-defined property (#9718)
zfs: fix multi-line value in user-defined property (#6264)
* zfs: fix multi-line value in user-defined property
* zfs: fix multi-line value in user-defined property
* Update changelogs/fragments/6264-zfs-multiline-property-value.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/zfs.py
Co-authored-by: sam-lunt <samuel.j.lunt@gmail.com>
* rename self.properties -> self.extra_zfs_properties
---------
Co-authored-by: Vita Batrla <vita.batrla@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: sam-lunt <samuel.j.lunt@gmail.com>
(cherry picked from commit 1f92a69992
)
Co-authored-by: Vita Batrla <34657903+batrla@users.noreply.github.com>
This commit is contained in:
parent
da3ba1e7be
commit
52bd7cdb2d
2 changed files with 40 additions and 21 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- zfs - fix handling of multi-line values of user-defined ZFS properties (https://github.com/ansible-collections/community.general/pull/6264).
|
Loading…
Add table
Add a link
Reference in a new issue