Enable Fedora 36

This commit is contained in:
2022-06-05 18:29:32 -05:00
parent 0b5d854109
commit db20dd86f9
+11
View File
@@ -0,0 +1,11 @@
---
# vars file for ensure_podman
package_list:
- name: 'cockpit-podman'
state: 'present'
- name: 'podman'
state: 'present'
service_list:
- name: 'podman.socket'
state: 'started'
enabled: 'yes'