Signed-off-by: Sébastien Han <seb@redhat.com>
# jewel: 10
# kraken: 11
# luminous: 12
+# mimic: 13
# Use the option below to specify your applicable package tree, eg. when using non-LTS Ubuntu versions
# # for a list of available Debian distributions, visit http://download.ceph.com/debian-{{ ceph_stable_release }}/dists/
# jewel: 10
# kraken: 11
# luminous: 12
+# mimic: 13
# Use the option below to specify your applicable package tree, eg. when using non-LTS Ubuntu versions
# # for a list of available Debian distributions, visit http://download.ceph.com/debian-{{ ceph_stable_release }}/dists/
ceph_release: luminous
when: ceph_version.split('.')[0] | version_compare('12', '==')
+- set_fact:
+ ceph_release: mimic
+ when: ceph_version.split('.')[0] | version_compare('13', '==')
jewel: 10
kraken: 11
luminous: 12
+ mimic: 13
# Use the option below to specify your applicable package tree, eg. when using non-LTS Ubuntu versions
# # for a list of available Debian distributions, visit http://download.ceph.com/debian-{{ ceph_stable_release }}/dists/
ceph_release: luminous
when: ceph_version.split('.')[0] | version_compare('12', '==')
+- set_fact:
+ ceph_release: mimic
+ when: ceph_version.split('.')[0] | version_compare('13', '==')