fix(ci): See if not reinstall epel allows it to work 🐛
Some checks failed
CI / lint (push) Successful in 35s
CI / Molecule Test (almalinux9) (push) Failing after 1m15s
CI / Molecule Test (almalinux8) (push) Successful in 2m37s
CI / release (push) Has been skipped
CI / notify (push) Has been skipped

This commit is contained in:
2025-04-14 10:48:12 +12:00
parent f732c1dd54
commit f80471ad66

View File

@@ -2,13 +2,13 @@
# tasks file for common role # tasks file for common role
- include_tasks: networking.yml - include_tasks: networking.yml
- name: Ensure common packages (RHEL) # - name: Ensure common packages (RHEL)
yum: # yum:
name: "{{ common_packages }}" # name: "{{ common_packages }}"
state: present # state: present
enablerepo: epel # enablerepo: epel
when: ansible_distribution != 'OracleLinux' # when: ansible_distribution != 'OracleLinux'
tags: packages # tags: packages
- name: Ensure common packages (OracleLinux) - name: Ensure common packages (OracleLinux)
yum: yum: