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:
Alan Orth 2016-08-22 16:28:24 +03:00
parent c8adba0580
commit 14de9caed8
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

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