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>
(cherry picked from commit 2b60a35634
)
pull/3644/head
v3.2.7
parent
d15b055854
commit
8cc75e516c
|
@ -48,6 +48,7 @@
|
||||||
ceph_release: "{{ ceph_stable_release }}"
|
ceph_release: "{{ ceph_stable_release }}"
|
||||||
when:
|
when:
|
||||||
- ceph_origin == 'repository'
|
- ceph_origin == 'repository'
|
||||||
|
- ceph_repository not in ['dev', 'rhcs']
|
||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue