Skip to content

Commit 2ed6674

Browse files
committed
made dnf epel repo more configurable
1 parent 580b0b3 commit 2ed6674

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ansible/roles/dnf_repos/defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ dnf_repos_repolist:
2121
base_url: "{{ dnf_repos_pulp_content_url }}/{{ dnf_repos_rocky_prefix }}/extras/{{ dnf_repos_version_timestamps.extras }}"
2222

2323
dnf_repos_epel_baseurl: "{{ dnf_repos_pulp_content_url }}/epel/{{ ansible_distribution_version }}/{{ dnf_repos_version_timestamps.epel }}"
24+
dnf_repos_epel_description: "epel"

ansible/roles/dnf_repos/tasks/set_repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
ansible.builtin.yum_repository:
1818
name: epel
1919
file: epel
20-
description: epel
20+
description: "{{ dnf_repos_epel_description }}"
2121
gpgcheck: false
2222
baseurl: "{{ dnf_repos_epel_baseurl }}"

0 commit comments

Comments
 (0)