Add Fedora 37

This commit is contained in:
Jason Rothstein 2022-12-06 22:00:55 -06:00
parent 3c832c288a
commit 8c76747370

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'