cleaning up alpine code

This commit is contained in:
Radar231 2022-01-06 21:33:34 -05:00
parent 844712c37f
commit e6d5c0fb37
1 changed files with 0 additions and 20 deletions

View File

@ -35,24 +35,4 @@
state: latest
when: ansible_os_family == "Debian"
- name: Installed desired list of base packages (Alpine)
apk:
name:
- bind-tools
- curl
- elinks
- git
- htop
- net-tools
- python3
- py3-pip
- sudo
- tar
- tmux
- tree
- vim
- wget
state: latest
when: ansible_distribution == "Alpine"
# EOF