Skip to content

Commit

Permalink
#328 add podman.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed Dec 14, 2023
1 parent 338f340 commit ec2e440
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/podman.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---

- name: install podman
ansible.builtin.package:
name: ['podman','podman-compose','podman-docker']
state: latest

0 comments on commit ec2e440

Please sign in to comment.