mirror of https://github.com/ceph/ceph-ansible.git
common: remove useless check
We only check for everything expect 'distro' because that is a valid way of deploying RHCS, with preprepared repos present on the nodes. Signed-off-by: Sébastien Han <seb@redhat.com>pull/1557/head
parent
f7e9585a2c
commit
468dc06bcd
|
@ -29,6 +29,6 @@
|
|||
- ceph_rhcs
|
||||
- not ceph_rhcs_cdn_install
|
||||
- not ceph_rhcs_iso_install
|
||||
- ceph_origin == "upstream"
|
||||
- ceph_origin != 'distro'
|
||||
tags:
|
||||
- package-install
|
||||
|
|
Loading…
Reference in New Issue