Use correct variable names

This commit is contained in:
2021-02-08 21:25:07 -06:00
parent 609faa3522
commit 0f010e2ed7
15 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
# vars file for ensure_cockpit
package_list:
- name: 'cockpit'
state: 'present'
- name: 'cockpit-bridge'
state: 'present'
- name: 'cockpit-doc'
state: 'present'
- name: 'cockpit-pcp'
state: 'present'
- name: 'cockpit-ws'
state: 'present'
service_list:
- name: 'cockpit.socket'
state: 'started'
enabled: 'yes'