Skip to content

Commit

Permalink
Changing YUM to DNF
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Aug 28, 2024
1 parent 2be9970 commit 1e37109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-playbooks/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# ---------------------------------------------------------------------

- name: Install required dependencies YUM
ansible.builtin.yum:
ansible.builtin.dnf:
name: "{{ rpm_deps }}"
state: present
when: ansible_os_family == 'RedHat'
Expand Down

0 comments on commit 1e37109

Please sign in to comment.