Initial release version to AAP #5

Merged
chris merged 18 commits from testing into main 2024-02-28 16:47:03 -05:00
Showing only changes of commit 189bea6c7d - Show all commits

View File

@ -1,7 +1,7 @@
---
- name: Update package cache for Debian hosts
apt:
update_cache: yes
update_cache: true
when:
- ansible_distribution|lower == 'debian'
tags:
@ -10,7 +10,7 @@
- name: Update package cache for RHEL/CentOS/Fedora hosts
dnf:
update_cache: yes
update_cache: true
when:
- (ansible_distribution|lower == 'centos' or
ansible_distribution|lower == 'fedora' or