Skip to content

Commit

Permalink
Merge pull request #658 from konstruktoid/lintmain
Browse files Browse the repository at this point in the history
replace yum with dnf. fqcn[action-core]
  • Loading branch information
konstruktoid committed May 23, 2024
2 parents ad83ae4 + b3e95dd commit f690f85
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 f690f85

Please sign in to comment.