Ensure correct variable file names

This commit is contained in:
2021-02-08 21:28:53 -06:00
parent 0d9bccd369
commit d1902220d6
4 changed files with 0 additions and 0 deletions

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'