Add Fedora 39

This commit is contained in:
Jason Rothstein 2024-03-16 21:03:31 -05:00
parent b61fe8cbee
commit 91a0860cab

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'