mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #809 from ceph/rhbz-1339068
ceph-common: specify file path for repo keypull/778/merge
commit
84dad9a775
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue