From: Alfredo Deza Date: Tue, 24 May 2016 12:28:34 +0000 (-0400) Subject: ceph-common: specify file path for repo key X-Git-Tag: v1.0.6~109^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F809%2Fhead;p=ceph-ansible.git ceph-common: specify file path for repo key Signed-off-by: Alfredo Deza Resolves: rhbz#1339068 --- diff --git a/roles/ceph-common/tasks/installs/install_rh_storage_on_debian.yml b/roles/ceph-common/tasks/installs/install_rh_storage_on_debian.yml index cc235fd7f..94dfdbaae 100644 --- a/roles/ceph-common/tasks/installs/install_rh_storage_on_debian.yml +++ b/roles/ceph-common/tasks/installs/install_rh_storage_on_debian.yml @@ -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