]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: ensure that destination iso paths exist before copying
authorAlfredo Deza <adeza@redhat.com>
Wed, 6 Jul 2016 17:20:14 +0000 (13:20 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 7 Jul 2016 11:53:29 +0000 (07:53 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: rhbz#1338551

roles/ceph-common/tasks/pre_requisites/prerequisite_rh_storage_iso_install.yml

index d4f4befaba78901f38c00b275b8460dcfb94470e..df5e473bc6cbe1454ad55f26956e00b3a7159a89 100644 (file)
@@ -6,6 +6,7 @@
   with_items:
     - "{{ ceph_stable_rh_storage_mount_path }}"
     - "{{ ceph_stable_rh_storage_repository_path }}"
+    - "{{ ceph_stable_rh_storage_iso_path }}"
 
 - name: fetch the red hat storage iso from the ansible server
   copy: