add podman

This commit is contained in:
Matthew Stobbs
2025-02-07 10:43:19 -07:00
parent c035060ce9
commit 6e8b77198d

4
tasks/pkgs/podman.yml Normal file
View File

@@ -0,0 +1,4 @@
---
- name: append to pkgs
ansible.builtin.set_fact:
syspkgs: "{{ syspkgs + [ 'podman' ] }}"