added mint to ubuntu repos recognized

This commit is contained in:
Radar231 2021-10-06 09:46:45 -04:00
parent e64e1efd8c
commit 56abbaf30e
1 changed files with 1 additions and 1 deletions

View File

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