dotfiles/roles/user/editors/emacs/tasks/main.yml
Matej Focko 16d977227c
feat: make ansible tags more granular
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-08-30 15:42:27 +02:00

11 lines
245 B
YAML

---
- name: Packages
ansible.builtin.include_tasks: install.yml
tags: install
- name: Clone Doom Emacs from GitHub
ansible.builtin.git:
repo: https://github.com/hlissner/doom-emacs
dest: ~/.emacs.d
depth: 1
tags: emacs/doom