Skip to content

Commit

Permalink
Merge pull request #1505 from netbootxyz/fix_lint
Browse files Browse the repository at this point in the history
Switch to dnf to fix lint
  • Loading branch information
antonym authored Aug 10, 2024
2 parents ff4e9d0 + 5d9f8b8 commit 32fa266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/netbootxyz/tasks/generate_disks_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- "{{ ansible_os_family | lower }}.yml"

- name: Ensure EPEL is enabled
ansible.builtin.yum:
ansible.builtin.dnf:
name: epel-release
state: present
when:
Expand Down

0 comments on commit 32fa266

Please sign in to comment.