Pulling them out of gitweb hits the server too hard.
Signed-off-by: Sage Weil <sage@redhat.com>
url: "{{ item }}"
state: present
with_items:
- - "http://{{ git_mirror_host }}/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc;hb=HEAD"
- - "http://{{ git_mirror_host }}/?p=ceph.git;a=blob_plain;f=keys/release.asc"
+ - "http://{{ git_mirror_host }}/autobuild.asc"
+ - "http://{{ git_mirror_host }}/release.asc"
# required for apt_repository
- name: Install python-apt
key: "{{ item }}"
validate_certs: no
with_items:
- - 'https://{{ git_mirror_host }}/?p=ceph.git;a=blob_plain;f=keys/release.asc'
- - 'https://{{ git_mirror_host }}/?p=ceph.git;a=blob_plain;f=keys/autobuild.asc'
+ - 'https://{{ git_mirror_host }}/release.asc'
+ - 'https://{{ git_mirror_host }}/autobuild.asc'
register: gpg_keys