mirror of https://github.com/ceph/ceph-ansible.git
common: do not override ceph_release when ceph_repository is 'rhcs'
We shouldn't reset `ceph_release` with `ceph_stable_release` when `ceph_repository` is `rhcs` Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1645379 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3625/head
parent
21e5db8982
commit
2b60a35634
|
@ -49,7 +49,7 @@
|
|||
ceph_release: "{{ ceph_stable_release }}"
|
||||
when:
|
||||
- ceph_origin == 'repository'
|
||||
- ceph_repository != 'dev'
|
||||
- ceph_repository not in ['dev', 'rhcs']
|
||||
tags:
|
||||
- always
|
||||
|
||||
|
|
Loading…
Reference in New Issue