common: ceph_repository should not be rhcs or dev

Signed-off-by: Alfredo Deza <adeza@redhat.com>
pull/1833/head
Alfredo Deza 2017-08-30 13:33:00 -04:00
parent 8fd2bf7e2c
commit 6565c38238
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
msg: "make sure ceph_stable_release ( {{ ceph_stable_release }} ) is set to a release name (e.g: luminous), http://docs.ceph.com/docs/master/release-notes/"
when:
- ceph_stable_release == 'dummy'
- (ceph_repository != 'rhcs' or ceph_repository != 'dev')
- ceph_repository not in ['rhcs', 'dev']
tags:
- package-install