container: Support cap_add

This commit is contained in:
uumas
2026-03-12 00:17:18 +02:00
parent 447d4e59ad
commit 5a3bb96fc2
3 changed files with 9 additions and 0 deletions

View File

@@ -173,6 +173,13 @@ argument_specs:
required: false
default: {}
container_add_capabilities:
description: List of capabilities to add to the container
type: list
required: false
default: []
elements: str
container_requires:
description: >
List of systemd units (like other containers) this one depends on.