Skip to content
Snippets Groups Projects
Commit 82ea6c78 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "dnf: Remove workaround for uppercase repo files"

parents b31023ea 1fd4e05c
No related branches found
No related tags found
No related merge requests found
......@@ -13,19 +13,6 @@
- "{{ repo_file_prefix }}.repo"
- "{{ repo_file_prefix }}-extras.repo"
# TODO(bbezak): remove following task in B release
- name: Remove incorrect uppercase repo files
vars:
repo_file_prefix: "{{ ansible_facts.distribution }}{% if ansible_facts.distribution == 'CentOS'%}-Stream{% endif %}"
file:
path: /etc/yum.repos.d/{{ item }}
state: absent
become: True
loop:
- "{{ repo_file_prefix }}-AppStream.repo"
- "{{ repo_file_prefix }}-BaseOS.repo"
- "{{ repo_file_prefix }}-Extras.repo"
- name: Update cache
dnf:
name: []
......
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