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 f0e48b9 commit 309bd0bCopy full SHA for 309bd0b
ansible/roles/dnf_repos/defaults/main.yml
@@ -1,5 +1,4 @@
1
-dnf_repos_pulp_url: "{{ appliances_pulp_url }}"
2
-dnf_repos_pulp_content_url: "{{ dnf_repos_pulp_url }}/pulp/content"
+dnf_repos_pulp_content_url: "{{ appliances_pulp_url }}/pulp/content"
3
dnf_repos_rocky_prefix: "{{ ansible_distribution | lower }}/{{ ansible_distribution_version }}"
4
dnf_repos_epel_prefix: "epel/{{ ansible_distribution_major_version }}"
5
dnf_repos_username: "{{ omit }}"
0 commit comments