christianlempa-boilerplates/vagrant/hyperv/ubuntu/plain-with-cockpit/playbook.yaml

9 lines
145 B
YAML
Raw Normal View History

2021-06-11 15:05:20 +02:00
---
- hosts: all
become: true
2021-06-11 15:05:20 +02:00
tasks:
2024-03-03 16:10:27 +01:00
- name: install cockpit
ansible.builtin.apt:
name: cockpit
update_cache: true