Use RHEL nameing for yum repo file
This commit is contained in:
parent
9f56328890
commit
2d63ca9c5a
@ -94,7 +94,7 @@
|
||||
- name: Copy RHEL repo file into chroot environment
|
||||
ansible.builtin.copy:
|
||||
src: /etc/yum.repos.d/{{ os | lower }}.repo
|
||||
dest: /mnt/etc/yum.repos.d/{{ os | lower }}.repo
|
||||
dest: /mnt/etc/yum.repos.d/redhat.repo
|
||||
mode: '0644'
|
||||
remote_src: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user