dotfiles/roles/user/editors/neovim/tasks/install.yml

7 lines
105 B
YAML
Raw Normal View History

---
- name: Install NeoVim
ansible.builtin.package:
name: neovim
state: present
become: true