]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: include the new install_rh_storage_on_redhat playbook when ceph_stable_r... 810/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 24 May 2016 14:10:37 +0000 (10:10 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 25 May 2016 12:45:22 +0000 (08:45 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: rhbz#1339096

roles/ceph-common/tasks/main.yml

index 521cf4ceb82b4b1127f9f0b59ab6ce0dd5068a05..c9d6cf2ec19455775347b81f0bcea4da9b07621f 100644 (file)
   tags:
     - package-install
 
+- include: ./installs/install_rh_storage_on_redhat.yml
+  when:
+    - ansible_distribution == "RedHat"
+    - ceph_stable_rh_storage
+  tags:
+    - package-install
+
 - include: ./installs/install_on_debian.yml
   when:
     - ansible_os_family == 'Debian'