mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-12-13 02:30:57 +01:00
9 lines
119 B
YAML
9 lines
119 B
YAML
|
---
|
||
|
- hosts: all
|
||
|
become: yes
|
||
|
tasks:
|
||
|
- name: install cockpit
|
||
|
apt:
|
||
|
name: cockpit
|
||
|
update_cache: yes
|