cleanup: removed centos code, cleaned up debian & ubuntu references

This commit is contained in:
Radar231 2022-01-03 10:08:29 -05:00
parent a55d9018b6
commit c333310ef2
1 changed files with 0 additions and 24 deletions

View File

@ -30,28 +30,4 @@
state: absent
when: ansible_os_family == "Debian"
- name: Remove list of base packages (CentOS)
yum:
name:
- bind-utils
- curl
- elinks
- git
# - htop
# - multitail
- less
- man
- net-tools
# - pandoc
# - pylint
- python3
- python3-pip
- tmux
- tree
- vim
- vim-enhanced
- wget
state: absent
when: ansible_distribution == "CentOS"
# EOF