dotfiles/roles/user/terminals/alacritty/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

13 lines
279 B
YAML

---
- name: Enable alacritty PPA
ansible.builtin.apt_repository:
repo: ppa:aslatter/ppa
become: true
when: ansible_distribution == "Ubuntu"
- name: Install alacritty
ansible.builtin.package:
name: alacritty
state: present
become: true
# FIXME: Handle EPEL