Merge pull request #1949 from ceph/wip-rhcs-cdn-validation

ceph-common: Fix logic for ceph_repository_type
pull/1951/merge
Sébastien Han 2017-09-26 15:13:50 +02:00 committed by GitHub
commit 8b0a0b2ea0
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