mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 15:45:20 +01:00
Merge 943ce504dd into 5f44339fa5
This commit is contained in:
commit
a806a4adae
2 changed files with 14 additions and 0 deletions
3
changelogs/fragments/643-sysctl-docs.yml
Normal file
3
changelogs/fragments/643-sysctl-docs.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
trivial:
|
||||||
|
- sysctl - added the attributes section to the module documentation to reflect check_mode support (https://github.com/ansible-collections/ansible.posix/issues/643).
|
||||||
|
|
@ -56,6 +56,17 @@ options:
|
||||||
- Verify token value with the sysctl command and set with C(-w) if necessary.
|
- Verify token value with the sysctl command and set with C(-w) if necessary.
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
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:
|
author:
|
||||||
- David CHANIAL (@davixx)
|
- David CHANIAL (@davixx)
|
||||||
'''
|
'''
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue