✨: replace docker with podman
Some checks failed
ansible-lint / lint-everything (push) Has been cancelled
Some checks failed
ansible-lint / lint-everything (push) Has been cancelled
This commit is contained in:
9
roles/podman/tasks/main.yml
Normal file
9
roles/podman/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: Install podman
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- podman
|
||||
- podman-docker
|
||||
- podman-compose
|
||||
state: present
|
||||
Reference in New Issue
Block a user