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
No related merge requests found
...@@ -17,6 +17,11 @@ ...@@ -17,6 +17,11 @@
mode: 0644 mode: 0644
when: "'cm.repo' in yum_repo_files" when: "'cm.repo' in yum_repo_files"
- name: Enable epel
ansible.builtin.yum:
state: present
name: epel-release
- name: Install packages - name: Install packages
ansible.builtin.yum: ansible.builtin.yum:
state: present 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