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

8 lines
133 B
YAML
Raw Normal View History

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