From: Alfredo Deza Date: Wed, 6 Jul 2016 17:20:14 +0000 (-0400) Subject: ceph-common: ensure that destination iso paths exist before copying X-Git-Tag: v1.0.6~71^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F871%2Fhead;p=ceph-ansible.git ceph-common: ensure that destination iso paths exist before copying Signed-off-by: Alfredo Deza Resolves: rhbz#1338551 --- diff --git a/roles/ceph-common/tasks/pre_requisites/prerequisite_rh_storage_iso_install.yml b/roles/ceph-common/tasks/pre_requisites/prerequisite_rh_storage_iso_install.yml index d4f4befab..df5e473bc 100644 --- a/roles/ceph-common/tasks/pre_requisites/prerequisite_rh_storage_iso_install.yml +++ b/roles/ceph-common/tasks/pre_requisites/prerequisite_rh_storage_iso_install.yml @@ -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: