mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Add capabilities module.
This commit is contained in:
parent
97db1676e0
commit
a8514dacc3
2 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@ New Modules:
|
||||||
* system: ufw
|
* system: ufw
|
||||||
* system: locale_gen
|
* system: locale_gen
|
||||||
* system: alternatives
|
* system: alternatives
|
||||||
|
* system: capabilities
|
||||||
* net_infrastructure: bigip_facts
|
* net_infrastructure: bigip_facts
|
||||||
* cloud: digital_ocean_domain
|
* cloud: digital_ocean_domain
|
||||||
* cloud: digital_ocean_sshkey
|
* cloud: digital_ocean_sshkey
|
||||||
|
|
|
@ -25,7 +25,7 @@ module: capabilities
|
||||||
short_description: Manage Linux capabilities
|
short_description: Manage Linux capabilities
|
||||||
description:
|
description:
|
||||||
- This module manipulates files' priviliges using the Linux capabilities(7) system.
|
- This module manipulates files' priviliges using the Linux capabilities(7) system.
|
||||||
version_added: "1.0"
|
version_added: "1.6"
|
||||||
options:
|
options:
|
||||||
path:
|
path:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue