Skip to content

Commit

Permalink
Merge pull request #1693 from batrick/debian-obsolete-key
Browse files Browse the repository at this point in the history
remove obsolete debian devel repo key
  • Loading branch information
alfredodeza committed Jul 18, 2017
2 parents f1901bf + 8800a23 commit 92fc34e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
41 changes: 0 additions & 41 deletions roles/ceph-common/files/cephdev.asc

This file was deleted.

6 changes: 0 additions & 6 deletions roles/ceph-common/tasks/installs/debian_ceph_repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
state: present
when: ceph_stable

- name: install the ceph development repository key
apt_key:
data: "{{ lookup('file', role_path+'/files/cephdev.asc') }}"
state: present
when: ceph_dev

- name: add ceph stable repository
apt_repository:
repo: "deb {{ ceph_stable_repo }} {{ ceph_stable_distro_source | default(ansible_lsb.codename) }} main"
Expand Down

0 comments on commit 92fc34e

Please sign in to comment.