mirror of
https://gitea.0xace.cc/ansible-galaxy/podman.git
synced 2024-11-25 07:16:39 +00:00
6 lines
131 B
YAML
6 lines
131 B
YAML
|
---
|
||
|
- name: Ensure podman version {{ podman_version }} installed
|
||
|
yum:
|
||
|
name: "podman-{{ podman_version }}"
|
||
|
state: present
|