mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 01:14:03 -07:00
(cherry picked from commit 403c4f7477
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
43dc6ba533
commit
c5ff49db56
27 changed files with 110 additions and 110 deletions
|
@ -20,7 +20,7 @@ options:
|
|||
name:
|
||||
description:
|
||||
- ZFS dataset name.
|
||||
required: yes
|
||||
required: true
|
||||
aliases: [ "ds", "dataset" ]
|
||||
type: str
|
||||
recurse:
|
||||
|
@ -28,13 +28,13 @@ options:
|
|||
- Specifies if properties for any children should be recursively
|
||||
displayed.
|
||||
type: bool
|
||||
default: 'no'
|
||||
default: false
|
||||
parsable:
|
||||
description:
|
||||
- Specifies if property values should be displayed in machine
|
||||
friendly format.
|
||||
type: bool
|
||||
default: 'no'
|
||||
default: false
|
||||
properties:
|
||||
description:
|
||||
- Specifies which dataset properties should be queried in comma-separated format.
|
||||
|
@ -62,7 +62,7 @@ EXAMPLES = '''
|
|||
- name: Report space usage on ZFS filesystems under data/home
|
||||
community.general.zfs_facts:
|
||||
name: data/home
|
||||
recurse: yes
|
||||
recurse: true
|
||||
type: filesystem
|
||||
|
||||
- ansible.builtin.debug:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue