Without this, the subcription manager will run since the default value
for cdn is true...
Signed-off-by: leseb <seb@redhat.com>
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'