meta/arg_specs: match descriptions to README
All checks were successful
ansible-lint / ansible-lint (push) Successful in 25s

This commit is contained in:
Josh Lay 2025-10-19 14:34:26 -05:00
parent bd1d932cc5
commit 55e4a8fde6
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -13,16 +13,18 @@ argument_specs:
required: false required: false
default: 3600 default: 3600
description: description:
- "How long to wait when rebooting RHEL/derivatives for kernel updates [and current headers]" - "Seconds to wait while rebooting Fedora, RHEL, or derivatives for kernel/header currency."
- "Not applicable to Debian or Ubuntu."
- "Skipped when zfs is already loaded."
zfs_dkms_arc_pct_min: zfs_dkms_arc_pct_min:
type: "int" type: "int"
required: false required: false
default: 0 default: 0
description: description:
- "Minimum physical memory (%) allowed for ARC usage" - "Minimum physical memory (%) for ARC (Adaptive Read Cache)."
zfs_dkms_arc_pct_max: zfs_dkms_arc_pct_max:
type: "int" type: "int"
required: false required: false
default: 16 default: 16
description: description:
- "Max physical memory (%) allowed for ARC usage" - "Peak physical memory (%) for ARC."