mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-05 21:02:48 +00:00
Merge pull request #6768 from mscherer/fix_typo_caps
fix typo in the capabilities module description
This commit is contained in:
@@ -24,7 +24,7 @@ DOCUMENTATION = '''
|
||||
module: capabilities
|
||||
short_description: Manage Linux capabilities
|
||||
description:
|
||||
- This module manipulates files' priviliges using the Linux capabilities(7) system.
|
||||
- This module manipulates files privileges using the Linux capabilities(7) system.
|
||||
version_added: "1.6"
|
||||
options:
|
||||
path:
|
||||
|
||||
Reference in New Issue
Block a user