Skip to content
Snippets Groups Projects
Commit da0e498e authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Make sure epel is enabled

parent 92f24648
No related branches found
No related tags found
1 merge request!35Fix knightly pipeline
......@@ -17,6 +17,11 @@
mode: 0644
when: "'cm.repo' in yum_repo_files"
- name: Enable epel
ansible.builtin.yum:
state: present
name: epel-release
- name: Install packages
ansible.builtin.yum:
state: present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment