Adjust booleans in misc modules. (#5160)

This commit is contained in:
Felix Fontein 2022-08-24 20:00:26 +02:00 committed by GitHub
commit 403c4f7477
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 110 additions and 110 deletions

View file

@ -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: