common do not filter by distro when dev is set for figuring out ceph_release

Signed-off-by: Alfredo Deza <adeza@redhat.com>
pull/1844/head
Alfredo Deza 2017-08-31 16:18:08 -04:00
parent 673938ec96
commit 98d107cebb
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@
# override ceph_stable_release for ceph_dev and rhcs installations since ceph_stable_release is not mandatory
- include: ./release-rhcs.yml
when:
- ansible_os_family == 'RedHat'
- ceph_repository in ['rhcs', 'dev']
tags:
- always