]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: specify file path for repo key
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 14:18:30 +0000 (10:18 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: rhbz#1339068

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

index 95cb929abd0ef5cb92ff489612303931c2e269a2..e06d42cce0a78bce895b1b48a68b539538b78852 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