ansible-infra/chris-here-bitte/tasks/install_container_runtime.yaml
lilly 4a7df9969d
Some checks failed
/ Ansible Lint (push) Failing after 2m17s
tmp
2026-02-26 21:13:10 +01:00

7 lines
145 B
YAML

- tags: [ container_runtime, podman, container ]
block:
- name: Install podman
become: true
package:
name: [ podman ]