mirror of
https://gitea.0xace.cc/ansible-galaxy/podman.git
synced 2025-07-01 05:13:07 +00:00
add podman role
This commit is contained in:
5
tasks/RedHat.yaml
Normal file
5
tasks/RedHat.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Ensure podman version {{ podman_version }} installed
|
||||
yum:
|
||||
name: "podman-{{ podman_version }}"
|
||||
state: present
|
3
tasks/main.yml
Normal file
3
tasks/main.yml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
- name: Include podman install
|
||||
include_tasks: "{{ ansible_os_family }}.yaml"
|
Reference in New Issue
Block a user