ceph-common: Fix logic for ceph_repository_type

It's failing if a *valid* choice is specified.

Signed-off-by: Zack Cerza <zack@redhat.com>
pull/1949/head
Zack Cerza 2017-09-25 15:28:27 -06:00
parent e4ac736071
commit 70b321f34c
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
when:
- ceph_origin == 'repository'
- ceph_repository == 'rhcs'
- ceph_repository_type in valid_ceph_repository_type
- ceph_repository_type not in valid_ceph_repository_type
tags:
- package-install