mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
[PR #10768/b4984350 backport][stable-11] zpool: fix broken example (#10772)
zpool: fix broken example (#10768)
Fix broken example.
(cherry picked from commit b498435066
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
25ffe69b51
commit
e44011ff94
1 changed files with 0 additions and 2 deletions
|
@ -125,9 +125,7 @@ EXAMPLES = r"""
|
||||||
- name: Set pool and filesystem properties
|
- name: Set pool and filesystem properties
|
||||||
community.general.zpool:
|
community.general.zpool:
|
||||||
name: tank
|
name: tank
|
||||||
pool_properties:
|
|
||||||
ashift: 12
|
ashift: 12
|
||||||
filesystem_properties:
|
|
||||||
compression: lz4
|
compression: lz4
|
||||||
vdevs:
|
vdevs:
|
||||||
- disks:
|
- disks:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue