containers.podman.podman_runlabel (1.12.1) — module

Run given label from given image

Authors: Pavel Dostal (@pdostal)

Install collection

Install with ansible-galaxy collection install containers.podman:==1.12.1


Add to requirements.yml

  collections:
    - name: containers.podman
      version: 1.12.1

Description

podman container runlabel runs selected label from given image


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# What modules does for example
- containers.podman.podman_runlabel:
    image: docker.io/continuumio/miniconda3
    label: INSTALL

Inputs

    
image:
    description:
    - Image to get the label from.
    required: true
    type: str

label:
    description:
    - Label to run.
    required: true
    type: str

executable:
    default: podman
    description:
    - Path to C(podman) executable if it is not in the C($PATH) on the machine running
      C(podman)
    type: str