first checkin on alpine support

This commit is contained in:
Radar231 2022-01-02 23:07:11 -05:00
parent a294967baf
commit 2a2548550b
1 changed files with 5 additions and 0 deletions

View File

@ -35,4 +35,9 @@
state: latest
when: ansible_distribution == "CentOS"
- name: Upgraded packages (Alpine)
apk:
upgrade: yes
when: ansible_distribution == "Alpine"
# EOF