File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 30
30
apt_repository :
31
31
repo : " deb [signed-by={{ cephadm_apt_key_path }}] https://download.ceph.com/debian-{{ item }}/ {{ cephadm_apt_repo_dist }} main"
32
32
state : " {{ 'present' if item == cephadm_ceph_release else 'absent' }}"
33
- when : not cephadm_custom_repos | bool
33
+ # there are not yet official repos for Ubuntu 22.04 so we use canonical repo
34
+ # see https://docs.ceph.com/en/latest/cephadm/install/#cephadm-install-distros
35
+ when : not cephadm_custom_repos | bool and item != "quincy"
34
36
become : true
35
37
loop : " {{ cephadm_ceph_releases }}"
36
38
Original file line number Diff line number Diff line change 54
54
{{ service.spec | to_nice_yaml }}
55
55
{% endif %}
56
56
{% endfor %}
57
+ {% endif %}
57
58
{% if groups .get ('ingress' , []) | length > 0 %}
58
59
{% for service in cephadm_ingress_services %}
59
60
---
You can’t perform that action at this time.
0 commit comments