dotfiles/roles/terminal_kitty/tasks/install.yml
Matej Focko 93de8c2ede
chore: rename ‹terminal› group of roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-12-12 16:50:02 +01:00

6 lines
103 B
YAML

---
- name: Install Kitty
ansible.builtin.package:
name: kitty
state: present
become: true