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