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

Update role to take repo list variable

parent b489818d
No related branches found
No related tags found
No related merge requests found
......@@ -8,17 +8,7 @@
owner: root
group: root
mode: 0644
loop:
- ceph.repo
- dell-system-update.repo
- elastic.repo
- nux-dextop.repo
- TurboVNC.repo
- name: Install openstack-rocky repo
ansible.builtin.yum:
name: centos-release-openstack-rocky
state: present
loop: "{{ yum_repo_files }}"
- name: Install system packages
ansible.builtin.yum:
......
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