mirror of https://github.com/ceph/ceph-ansible.git
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
parent
673938ec96
commit
98d107cebb
|
@ -61,7 +61,6 @@
|
||||||
# override ceph_stable_release for ceph_dev and rhcs installations since ceph_stable_release is not mandatory
|
# override ceph_stable_release for ceph_dev and rhcs installations since ceph_stable_release is not mandatory
|
||||||
- include: ./release-rhcs.yml
|
- include: ./release-rhcs.yml
|
||||||
when:
|
when:
|
||||||
- ansible_os_family == 'RedHat'
|
|
||||||
- ceph_repository in ['rhcs', 'dev']
|
- ceph_repository in ['rhcs', 'dev']
|
||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
|
|
Loading…
Reference in New Issue