mirror of https://github.com/ceph/ceph-ansible.git
ceph-common: is ceph_rchs is True do not include install_on_redhat.yml
That task includes logic for upstream installs that we do not want to run when deploying RHCS. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1439/head
parent
386afbec83
commit
37d38b122b
|
@ -38,8 +38,8 @@
|
|||
|
||||
- include: ./installs/install_on_redhat.yml
|
||||
when:
|
||||
ansible_os_family == 'RedHat' and
|
||||
not ceph_rhcs_iso_install
|
||||
- ansible_os_family == 'RedHat'
|
||||
- not ceph_rhcs
|
||||
tags:
|
||||
- package-install
|
||||
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
||||
|
|
Loading…
Reference in New Issue