From: Matthew Rees Date: Thu, 13 Nov 2014 12:11:51 +0000 (+0200) Subject: Revert URL-based key addition for Debian X-Git-Tag: v1.0.0~306^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e2d6e664405292b100e7e3d0fdfa710fd2a32fab;p=ceph-ansible.git Revert URL-based key addition for Debian --- diff --git a/roles/ceph-common/tasks/install_on_debian.yml b/roles/ceph-common/tasks/install_on_debian.yml index 721eb0fac..972210065 100644 --- a/roles/ceph-common/tasks/install_on_debian.yml +++ b/roles/ceph-common/tasks/install_on_debian.yml @@ -12,13 +12,13 @@ - name: Install the Ceph repository stable key apt_key: > - url={{ ceph_stable_key }} + data="{{ lookup('file', 'cephstable.asc') }}" state=present when: ceph_stable - name: Install the Ceph developement repository key apt_key: > - url={{ ceph_dev_key }} + data="{{ lookup('file', 'cephdev.asc') }}" state=present when: ceph_dev