ceph-common: specify file path for repo key

Signed-off-by: Alfredo Deza <adeza@redhat.com>

Resolves: rhbz#1339068
pull/809/head
Alfredo Deza 2016-05-24 08:28:34 -04:00
parent cac87416b8
commit 130d425d26
1 changed files with 1 additions and 1 deletions

View 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