Merge pull request #886 from ceph/rhbz-1357065

ceph-common: skip default installs on redhat if ISO needs to be used
pull/887/head
Leseb 2016-07-15 19:45:52 +02:00 committed by GitHub
commit 5b21bb8110
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@
- package-install
- include: ./installs/install_on_redhat.yml
when: ansible_os_family == 'RedHat'
when:
ansible_os_family == 'RedHat' and
not ceph_stable_rh_storage_iso_install
tags:
- package-install