added archlinux support to package upgrades roles

This commit is contained in:
Radar231 2022-05-09 07:41:47 -04:00
parent e06d99baf0
commit b212398946
1 changed files with 5 additions and 0 deletions

View File

@ -22,4 +22,9 @@
update-cache: true
when: ansible_os_family == "Debian"
- name: updated package cache (Arch based distros)
pacman:
update-cache: true
when: ansible_os_family == "Archlinux"
# EOF