added mint to ubuntu repos recognized

This commit is contained in:
Radar231 2021-10-06 09:46:31 -04:00
parent 8147ce110a
commit dd9cfa5182
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
- vim-scripts
- wget
state: absent
when: ansible_distribution == "Ubuntu" or ansible_distribution == "Pop!_OS"
when: ansible_distribution == "Ubuntu" or ansible_distribution == "Pop!_OS" or ansible_distribution == "Linux Mint"
- name: Remove list of base packages (CentOS)
yum: