---
- hosts: all
become: true
tasks:
- name: install cockpit
ansible.builtin.apt:
name: cockpit
update_cache: true