mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
Add attributes to various basic modules (#5964)
* Add attributes to various basic modules. * Check and diff mode for pam_limits was added in #830.
This commit is contained in:
@@ -19,6 +19,13 @@ description:
|
||||
- This module allows for the manipulation of sudoers files.
|
||||
author:
|
||||
- "Jon Ellis (@JonEllis) <ellis.jp@gmail.com>"
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
options:
|
||||
commands:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user