Merge pull request #809 from ceph/rhbz-1339068

ceph-common: specify file path for repo key
pull/778/merge
Leseb 2016-05-24 15:47:01 +02:00
commit 84dad9a775
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# intelligent way to determine the location of the key. # intelligent way to determine the location of the key.
- name: install the rh ceph storage repository key - name: install the rh ceph storage repository key
apt_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 state: present
when: when:
- ceph_stable_rh_storage - ceph_stable_rh_storage