mirror of https://github.com/ceph/ceph-ansible.git
subscription manager tasks should not run on debian systems
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/611/head
parent
8b64c6c8ed
commit
60746d9327
|
@ -16,14 +16,16 @@
|
|||
- include: ./pre_requisites/prerequisite_rh_storage_iso_install.yml
|
||||
when:
|
||||
ceph_stable_rh_storage and
|
||||
ceph_stable_rh_storage_iso_install
|
||||
ceph_stable_rh_storage_iso_install and
|
||||
ansible_os_family == "RedHat"
|
||||
tags:
|
||||
- package-install
|
||||
|
||||
- include: ./pre_requisites/prerequisite_rh_storage_cdn_install.yml
|
||||
when:
|
||||
ceph_stable_rh_storage and
|
||||
ceph_stable_rh_storage_cdn_install
|
||||
ceph_stable_rh_storage_cdn_install and
|
||||
ansible_os_family == "RedHat"
|
||||
tags:
|
||||
- package-install
|
||||
|
||||
|
|
Loading…
Reference in New Issue