subscription manager tasks should not run on debian systems

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/611/head
Andrew Schoen 2016-03-08 14:56:23 -06:00
parent 8b64c6c8ed
commit 60746d9327
1 changed files with 4 additions and 2 deletions

View File

@ -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