cleaning up alpine code

This commit is contained in:
Radar231 2022-01-06 21:58:14 -05:00
parent 90d6d4ebeb
commit 18063ebd8f
1 changed files with 0 additions and 5 deletions

View File

@ -27,9 +27,4 @@
cmd: /usr/bin/apt -y --purge remove $(dpkg -l | grep "^rc " | sed 's/ \+/ /g' | cut -d ' ' -f2)
when: ansible_os_family == "Debian"
- name: Upgraded packages (Alpine)
apk:
upgrade: yes
when: ansible_distribution == "Alpine"
# EOF