You've already forked role_podman
fix: Review CoreOS compatibility
This commit is contained in:
7
tasks/installation.yml
Normal file
7
tasks/installation.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# tasks file for dnsmasq
|
||||
|
||||
- name: Install podman
|
||||
ansible.builtin.apt:
|
||||
name: "{{ podman_packages }}"
|
||||
become: true
|
||||
Reference in New Issue
Block a user