mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-12-03 22:04:32 +01:00
9 lines
119 B
YAML
Executable File
9 lines
119 B
YAML
Executable File
---
|
|
- hosts: all
|
|
become: yes
|
|
tasks:
|
|
- name: install cockpit
|
|
apt:
|
|
name: cockpit
|
|
update_cache: yes
|