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.
2 parents 9de1cb9 + 0daa429 commit 19b4318Copy full SHA for 19b4318
roles/cephadm/tasks/pkg_redhat.yml
@@ -18,7 +18,7 @@
18
file: "ceph"
19
name: "ceph-{{ item.0 + '-' + item.1 if item.0 == 'noarch' else item.1 }}"
20
description: "Ceph {{ item.1 }} repo {{ item.0 }}"
21
- baseurl: "https://download.ceph.com/rpm-{{ item.1 }}/el8/{{ item.0 }}"
+ baseurl: "https://download.ceph.com/rpm-{{ item.1 }}/el{{ ansible_facts.distribution_major_version }}/{{ item.0 }}"
22
gpgcheck: true
23
gpgkey: "https://download.ceph.com/keys/release.asc"
24
state: "{{ 'present' if item.1 == cephadm_ceph_release else 'absent' }}"
0 commit comments