✨: replace docker with podman
All checks were successful
ansible-lint / lint-everything (push) Successful in 3m12s
All checks were successful
ansible-lint / lint-everything (push) Successful in 3m12s
This commit was merged in pull request #12.
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