We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3131bd6 commit 1be9c6bCopy full SHA for 1be9c6b
ansible/roles/dnf_repos/tasks/set_repos.yml
@@ -11,6 +11,7 @@
11
loop: "{{ dnf_repos_repolist }}"
12
13
- name: Install epel-release
14
+ # done so that roles installing epel via epel-release don't over-write our changes to the epel repo
15
ansible.builtin.dnf:
16
name: epel-release
17
0 commit comments