cleaning up alpine code

This commit is contained in:
Radar231 2022-01-06 21:38:06 -05:00
parent 80af903343
commit 614df282a1
1 changed files with 0 additions and 8 deletions

View File

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