added mint to ubuntu repos recognized

This commit is contained in:
Radar231 2021-10-06 09:46:36 -04:00
parent f11e0bab27
commit 4bf0ad456c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
- name: updated package cache (Ubuntu)
apt:
update-cache: true
when: ansible_distribution == "Ubuntu" or ansible_distribution == "Pop!_OS"
when: ansible_distribution == "Ubuntu" or ansible_distribution == "Pop!_OS" or ansible_distribution == "Linux Mint"
- name: update package cache (CentOS)
yum: