Change RHEL yum references to dnf

This commit is contained in:
Chris Hawk 2024-07-26 15:17:30 -07:00
commit 3010182ade
2 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@
when: ansible_os_family == "Debian"
- name: Gcloud | Archive | RedHat | Ensure bash completion is installed
ansible.builtin.yum:
ansible.builtin.dnf:
name:
- bash-completion
register: task_result