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

Update role to take repo list variable

parent f7f1c420
No related branches found
No related tags found
1 merge request!35Fix knightly pipeline
......@@ -8,11 +8,6 @@
mode: 0644
loop: "{{ yum_repo_files }}"
- name: Install prerequisite packages
ansible.builtin.yum:
name: epel-release
state: present
- name: Install packages
ansible.builtin.yum:
name: "{{ lookup('file', '{{ pkg_list_file }}').splitlines() }}"
......
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