File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dnf_repos_repolist:
28
28
base_url : " {{ dnf_repos_pulp_content_url }}/{{ dnf_repos_rocky_prefix }}/AppStream/{{ ansible_architecture }}/os/{{ appliances_repo_timestamps.appstream[ansible_distribution_version] }}"
29
29
- file : " {{ dnf_repos_version_filenames.crb }}"
30
30
name : " {{ 'powertools' if ansible_distribution_major_version == '8' else 'crb' }}"
31
- base_url : " {{ dnf_repos_pulp_content_url }}/{{ dnf_repos_rocky_prefix }}/CRB/{{ ansible_architecture }}/os/{{ appliances_repo_timestamps.crb[ansible_distribution_version] }}"
31
+ base_url : " {{ dnf_repos_pulp_content_url }}/{{ dnf_repos_rocky_prefix }}/{{ 'PowerTools' if ansible_distribution_major_version == '8' else ' CRB' }} /{{ ansible_architecture }}/os/{{ appliances_repo_timestamps.crb[ansible_distribution_version] }}"
32
32
- file : " {{ dnf_repos_version_filenames.extras }}"
33
33
name : extras
34
34
base_url : " {{ dnf_repos_pulp_content_url }}/{{ dnf_repos_rocky_prefix }}/extras/{{ ansible_architecture }}/os/{{ appliances_repo_timestamps.extras[ansible_distribution_version] }}"
Original file line number Diff line number Diff line change 8
8
description : " {{ item.name }}"
9
9
username : " {{ dnf_repos_username }}"
10
10
password : " {{ dnf_repos_password }}"
11
+ gpgcheck : false
11
12
loop : " {{ dnf_repos_repolist }}"
12
13
13
14
- name : Install epel-release
You can’t perform that action at this time.
0 commit comments