updated to support arch

This commit is contained in:
Radar231 2022-05-10 22:00:14 -04:00
parent 21da3843b5
commit f4764474db
1 changed files with 8 additions and 0 deletions

View File

@ -27,6 +27,14 @@
state: latest
when: ansible_os_family == "Debian"
#######################################
- name: install vim (Arch)
pacman:
name:
- vim
state: latest
when: ansible_os_family == "Archlinux"
############################################################
- name: Create .vim directory
file: