changed from ansible_distribution to ansible_os_family

This commit is contained in:
Radar231 2021-12-30 14:22:28 -05:00
parent 56abbaf30e
commit 7a1416e863
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" or ansible_distribution == "Linux Mint"
when: ansible_os_family == "Debian"
- name: Installed desired list of base packages (CentOS)
yum: