dotfiles/roles/vim/tasks/install/archlinux.yml

8 lines
133 B
YAML

---
- name: (arch) installing vim
community.general.pacman:
name: vim
state: present
update_cache: true
become: true