Skip to content

Commit

Permalink
replace yum with dnf. fqcn[action-core]
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sjögren <[email protected]>
  • Loading branch information
konstruktoid committed May 23, 2024
1 parent ad83ae4 commit b3e95dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/packagemgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
- "{{ epel7_signing_keys }}"

- name: RHEL7 EPEL repo installation
ansible.builtin.yum:
ansible.builtin.dnf:
name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
state: present

Expand Down

0 comments on commit b3e95dd

Please sign in to comment.