Explorar el Código

Excluded Fedora and RHEL from EPEL install task

Fedora includes most EPEL packages inside of their default repo, they also do not have a epel package,
Redhat does not offer a EPEL package by default on their repository
Ryan Walter hace 5 años
padre
commit
21cadc13ad
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      roles/netbootxyz/tasks/generate_disks_base.yml

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

@@ -16,7 +16,8 @@
     yum:
       name: epel-release
       state: present
-    when: ansible_os_family == "RedHat"
+    when:
+      - ansible_distribution == "CentOS"
 
   - name: Set var to bootloader of loop
     set_fact: