dotfiles/roles/cockpit/tasks/install.yml
Matej Focko 281b95d824
chore: move out system roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-07-12 21:19:42 +02:00

5 lines
92 B
YAML

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