Skip to content
Snippets Groups Projects
Commit c2c731e5 authored by Alfredo Deza's avatar Alfredo Deza
Browse files

ceph-common: specify file path for repo key


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

Resolves: rhbz#1339068
parent 0065ae61
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment