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
Guillaume Abrioux 2019-02-21 10:30:29 +01:00 committed by mergify[bot]
parent d15b055854
commit 8cc75e516c
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@
ceph_release: "{{ ceph_stable_release }}"
when:
- ceph_origin == 'repository'
- ceph_repository not in ['dev', 'rhcs']
tags:
- always