roles/common: Use https for Ubuntu Extras repo signing key
Missed this in the earlier commit where I changed to https:// for transporting apt keys.
This commit is contained in:
parent
c8adba0580
commit
14de9caed8
@ -3,7 +3,7 @@
|
||||
template: src=sources.list.j2 dest=/etc/apt/sources.list owner=root group=root mode=0644
|
||||
|
||||
- name: Add GPG key for Extras repo
|
||||
apt_key: id=0x3E5C1192 url=http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x16126D3A3E5C1192 state=present
|
||||
apt_key: id=0x3E5C1192 url=https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x16126D3A3E5C1192 state=present
|
||||
when: ansible_distribution_version == '14.04'
|
||||
|
||||
- name: Upgrade base OS
|
||||
|
Loading…
Reference in New Issue
Block a user