]> 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
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 20:35:14 +0000 (16:35 -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 2573868ea846711913c1081cf0b12bab2dcd900e..9af9189f726f03348dd152016c994c232f1a20d0 100644 (file)
@@ -29,7 +29,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