Explorar o código

Merge pull request #1505 from netbootxyz/fix_lint

Switch to dnf to fix lint
Antony Messerli hai 8 meses
pai
achega
32fa266ca0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/netbootxyz/tasks/generate_disks_base.yml

+ 1 - 1
roles/netbootxyz/tasks/generate_disks_base.yml

@@ -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: