more changes

This commit is contained in:
matt
2025-08-11 14:11:43 -06:00
parent eec8499a5b
commit 597d5f3a90
18 changed files with 55 additions and 55 deletions

View File

@@ -8,7 +8,7 @@
tasks:
# Install yum-utils if it's not there
- name: Install yum-utils
ansible.builtin.yum:
ansible.builtin.dnf:
name: yum-utils
state: installed
check_mode: false