]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: skip default installs on redhat if ISO needs to be used 886/head
authorAlfredo Deza <adeza@redhat.com>
Fri, 15 Jul 2016 17:06:19 +0000 (13:06 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 15 Jul 2016 17:09:32 +0000 (13:09 -0400)
Because the ISO installs would happen later in the playbook.

Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: rhbz#1357065

roles/ceph-common/tasks/main.yml

index 8bc7c9ca54eaf6c4ee81ffd6e0c7e925144054b6..72b1b682b978743fd507e01576ea1b705ac9e9d2 100644 (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