podman/tasks/RedHat.yaml

6 lines
131 B
YAML
Raw Normal View History

2021-11-16 12:31:29 +00:00
---
- name: Ensure podman version {{ podman_version }} installed
yum:
name: "podman-{{ podman_version }}"
state: present