Revert URL-based key addition for Debian

pull/145/head
Matthew Rees 2014-11-13 14:11:51 +02:00
parent b6fcd37bc0
commit e2d6e66440
1 changed files with 2 additions and 2 deletions

View File

@ -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