dotfiles/roles/editor_emacs/tasks/install.yml
Matej Focko a11b009120
chore: rename ‹editor› group of roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-12-12 16:08:45 +01:00

6 lines
103 B
YAML

---
- name: Install Emacs
ansible.builtin.package:
name: emacs
state: present
become: true