mirror of https://github.com/ceph/ceph-ansible.git
make sure ceph_origin != "upstream" when using rhcs
When installing RHCS there is an option to install from distro provided packages, this commit modifies the check to allow that to happen. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/607/head
parent
b354445914
commit
ad6ebbcb32
|
@ -26,7 +26,8 @@
|
||||||
when:
|
when:
|
||||||
ceph_stable_rh_storage and
|
ceph_stable_rh_storage and
|
||||||
not ceph_stable_rh_storage_cdn_install and
|
not ceph_stable_rh_storage_cdn_install and
|
||||||
not ceph_stable_rh_storage_iso_install
|
not ceph_stable_rh_storage_iso_install and
|
||||||
|
ceph_origin == "upstream"
|
||||||
tags:
|
tags:
|
||||||
- package-install
|
- package-install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue