docs: added attributes metadata for check_mode support (fixes #643) (#741)

Co-authored-by: jkhall81 <jason.kei.hall@gmail.com>
This commit is contained in:
Patrick Kingston
2026-05-20 11:24:37 -04:00
committed by GitHub
parent 3059c5138c
commit 9cd0a1f0ef
2 changed files with 14 additions and 0 deletions

View File

@@ -56,6 +56,17 @@ options:
- Verify token value with the sysctl command and set with C(-w) if necessary.
type: bool
default: false
attributes:
check_mode:
support: full
description: Can run in check_mode and return changed status prediction without modifying target.
diff_mode:
support: none
description: Does not support differences output.
platform:
platforms: posix
support: full
description: Supported on POSIX-compliant systems.
author:
- David CHANIAL (@davixx)
'''