first checkin on alpine support

This commit is contained in:
Radar231 2022-01-02 23:06:37 -05:00
parent fbb9e23999
commit 9529180f28
1 changed files with 5 additions and 0 deletions

View File

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