cleaning up alpine code

This commit is contained in:
Radar231 2022-01-06 21:37:36 -05:00
parent e1cb61d4ca
commit e06d99baf0
1 changed files with 0 additions and 5 deletions

View File

@ -22,9 +22,4 @@
update-cache: true
when: ansible_os_family == "Debian"
- name: update package cache (Alpine)
apk:
update_cache: true
when: ansible_distribution == "Alpine"
# EOF