Fedora 41

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2024-12-27 20:49:45 -06:00
parent 4b584f39e5
commit e6bd36fc6f
+13
View File
@@ -0,0 +1,13 @@
---
# vars file for ensure_podman
package_list:
- name: 'cockpit-podman'
state: 'present'
- name: 'podman'
state: 'present'
- name: 'podman-compose'
state: 'present'
service_list:
- name: 'podman.socket'
state: 'started'
enabled: 'yes'