12 lines
313 B
YAML
12 lines
313 B
YAML
---
|
|
argument_specs:
|
|
main:
|
|
description:
|
|
- Sets up podman image with systemd unit (quadlet)
|
|
- The image unit filename is `image_name` with / replaced by _
|
|
options:
|
|
image_name:
|
|
description: "The image FQIN (format registry/imagename:tag)"
|
|
type: str
|
|
required: true
|