Add Fedora 38 and CentOS 9

This commit is contained in:
Jason Rothstein 2023-04-30 17:50:05 -05:00
parent 8c76747370
commit b61fe8cbee
2 changed files with 24 additions and 0 deletions

11
vars/CentOS-9-default.yml Normal file
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'

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'