File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ dnf_repos_password: "{{ omit }}"
6
6
dnf_repos_repolist :
7
7
- file : rocky
8
8
name : baseos
9
- subpath : " {{ appliances_pulp_repos.baseos[ansible_distribution_version] | appliances_repo_to_subpath }}"
9
+ base_url : " {{ dnf_repos_pulp_content_url }}/ {{ appliances_pulp_repos.baseos[ansible_distribution_version] | appliances_repo_to_subpath }}"
10
10
- file : rocky
11
11
name : appstream
12
- subpath : " {{ appliances_pulp_repos.appstream[ansible_distribution_version] | appliances_repo_to_subpath }}"
12
+ base_url : " {{ dnf_repos_pulp_content_url }}/ {{ appliances_pulp_repos.appstream[ansible_distribution_version] | appliances_repo_to_subpath }}"
13
13
- file : rocky
14
14
name : crb
15
- subpath : " {{ appliances_pulp_repos.crb[ansible_distribution_version] | appliances_repo_to_subpath }}"
15
+ base_url : " {{ dnf_repos_pulp_content_url }}/ {{ appliances_pulp_repos.crb[ansible_distribution_version] | appliances_repo_to_subpath }}"
16
16
- file : rocky-extras
17
17
name : extras
18
- subpath : " {{ appliances_pulp_repos.extras[ansible_distribution_version] | appliances_repo_to_subpath }}"
18
+ base_url : " {{ dnf_repos_pulp_content_url }}/ {{ appliances_pulp_repos.extras[ansible_distribution_version] | appliances_repo_to_subpath }}"
19
19
20
- dnf_repos_epel_subpath : " {{ appliances_pulp_repos.epel[ansible_distribution_major_version] | appliances_repo_to_subpath }}"
20
+ dnf_repos_epel_baseurl : " {{ dnf_repos_pulp_content_url }}/ {{ appliances_pulp_repos.epel[ansible_distribution_major_version] | appliances_repo_to_subpath }}"
21
21
dnf_repos_epel_description : " epel"
Original file line number Diff line number Diff line change 4
4
ansible.builtin.yum_repository :
5
5
file : " {{ item.file }}"
6
6
name : " {{ item.name }}"
7
- baseurl : " {{ dnf_repos_pulp_content_url }}/{{ item.subpath }}"
7
+ baseurl : " {{ item.base_url }}"
8
8
description : " {{ item.name }}"
9
9
username : " {{ dnf_repos_username }}"
10
10
password : " {{ dnf_repos_password }}"
21
21
file : epel
22
22
description : " {{ dnf_repos_epel_description }}"
23
23
gpgcheck : false
24
- baseurl : " {{ dnf_repos_pulp_content_url }}/{{ dnf_repos_epel_subpath }}"
24
+ baseurl : " {{ dnf_repos_epel_baseurl }}"
25
25
username : " {{ dnf_repos_username }}"
26
26
password : " {{ dnf_repos_password }}"
You can’t perform that action at this time.
0 commit comments