6 lines
102 B
YAML
6 lines
102 B
YAML
- name: install cockpit
|
|
become: yes
|
|
apt:
|
|
name:
|
|
- cockpit
|
|
state: present
|