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#1357065
pull/886/head
Alfredo Deza 2016-07-15 13:06:19 -04:00
parent 83f59de3b4
commit 9cba7735bd
1 changed files with 3 additions and 1 deletions

View File

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