ansible-playbooks/roles/apps/emacs/tasks/main.yml
Gabriel Arazas 509acd047c Modularize Fedora playbook
Now, it is one step closer into a NixOS-like setup. Apparently, there is
a list of directories to be searched to get the various roles which you
can configure through ~ansible.cfg~.
2022-03-17 19:30:32 +08:00

12 lines
197 B
YAML

---
- name: Install (Doom) Emacs with its required dependencies
package:
state: present
name:
- emacs
- libvterm
- aspell
- aspell-en
- wordnet
- zstd