capabilities
Collection: community.general
Full Name: parallax.community.general.capabilities
Aliases: community.general.capabilities, capabilities
Synopsis
Manage capabilities
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| path | string | yes | Path to the file for which to manage capabilities | |
| capability | string | yes | Capability to set (e.g. cap_net_bind_service+ep) | |
| state | string | present | Whether the capability should be present or absent |
Example
- name: Example capabilities task
capabilities:
path: <your_path>
capability: <your_capability>