From 130d425d26a3bbfe3b232b2a29f05ebafe70fb31 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 24 May 2016 08:28:34 -0400 Subject: [PATCH] ceph-common: specify file path for repo key Signed-off-by: Alfredo Deza Resolves: rhbz#1339068 --- .../ceph-common/tasks/installs/install_rh_storage_on_debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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