dotfiles/roles/cockpit/tasks/install.yml

6 lines
92 B
YAML
Raw Normal View History

---
- name: Install cockpit
ansible.builtin.package:
name: cockpit
state: present