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
Guillaume Abrioux 2019-02-21 10:30:29 +01:00 committed by Sébastien Han
parent 21e5db8982
commit 2b60a35634
1 changed files with 1 additions and 1 deletions

View File

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