mirror of https://github.com/ceph/ceph-ansible.git
Revert URL-based key addition for Debian
parent
b6fcd37bc0
commit
e2d6e66440
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue