mirror of https://github.com/ceph/ceph-ansible.git
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
parent
e4ac736071
commit
70b321f34c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue