mirror of https://github.com/ceph/ceph-ansible.git
ceph-common: skip default installs on redhat if ISO needs to be used
Because the ISO installs would happen later in the playbook. Signed-off-by: Alfredo Deza <adeza@redhat.com> Resolves: rhbz#1357065pull/886/head
parent
83f59de3b4
commit
9cba7735bd
|
@ -30,7 +30,9 @@
|
||||||
- package-install
|
- package-install
|
||||||
|
|
||||||
- include: ./installs/install_on_redhat.yml
|
- 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:
|
tags:
|
||||||
- package-install
|
- package-install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue