mirror of https://github.com/ceph/ceph-ansible.git
Safer check
Without this, the subcription manager will run since the default value for cdn is true... Signed-off-by: leseb <seb@redhat.com>pull/312/head
parent
6ae4026c92
commit
d331af4e16
|
@ -8,10 +8,14 @@
|
|||
when: ceph_stable_ice
|
||||
|
||||
- include: prerequisite_rh_storage_iso_install.yml
|
||||
when: ceph_stable_rh_storage_iso_install
|
||||
when:
|
||||
ceph_stable_rh_storage and
|
||||
ceph_stable_rh_storage_iso_install
|
||||
|
||||
- include: prerequisite_rh_storage_cdn_install.yml
|
||||
when: ceph_stable_rh_storage_cdn_install
|
||||
when:
|
||||
ceph_stable_rh_storage and
|
||||
ceph_stable_rh_storage_cdn_install
|
||||
|
||||
- include: install_on_redhat.yml
|
||||
when: ansible_os_family == 'RedHat'
|
||||
|
|
Loading…
Reference in New Issue