mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #886 from ceph/rhbz-1357065
ceph-common: skip default installs on redhat if ISO needs to be usedpull/887/head
commit
5b21bb8110
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue