Skip to content

Commit

Permalink
Switch to dnf to fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym committed Aug 10, 2024
1 parent ff4e9d0 commit 5d9f8b8
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 5d9f8b8

Please sign in to comment.