]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: specify file path for repo key 809/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 24 May 2016 12:28:34 +0000 (08:28 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 24 May 2016 12:28:34 +0000 (08:28 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: rhbz#1339068

roles/ceph-common/tasks/installs/install_rh_storage_on_debian.yml

index cc235fd7f2442d8c8607fc2054c13704b75fdf45..94dfdbaaeb48e585a2bc75c436dedb6312485632 100644 (file)
@@ -5,7 +5,7 @@
 # intelligent way to determine the location of the key.
 - name: install the rh ceph storage repository key
   apt_key:
-    data: "{{ ceph_stable_rh_storage_repository_path }}/MON/release.asc"
+    file: "{{ ceph_stable_rh_storage_repository_path }}/MON/release.asc"
     state: present
   when:
     - ceph_stable_rh_storage