dotfiles/roles/user/terminals/kitty/tasks/install.yml
Matej Focko 01225fd44d
chore: rework directory structure
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-08-30 15:42:26 +02:00

6 lines
103 B
YAML

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