mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +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:
@@ -13,7 +13,14 @@ DOCUMENTATION = '''
|
||||
module: selogin
|
||||
short_description: Manages linux user to SELinux user mapping
|
||||
description:
|
||||
- Manages linux user to SELinux user mapping
|
||||
- Manages linux user to SELinux user mapping
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
options:
|
||||
login:
|
||||
type: str
|
||||
|
||||
Reference in New Issue
Block a user