Use https:// for fetching apt package signing keys

I don't know why I wasn't using these before.
This commit is contained in:
Alan Orth 2016-08-22 16:06:13 +03:00
parent 96500a6e33
commit c9ef9e24f5
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
- name: Add GPG key for MariaDB repo
apt_key: id=0xF1656F24C74CD1D8 url=http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xF1656F24C74CD1D8
apt_key: id=0xF1656F24C74CD1D8 url=https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xF1656F24C74CD1D8
tags: mariadb, packages
- name: Remove old repo file

View File

@ -1,6 +1,6 @@
---
- name: Add nginx.org apt signing key
apt_key: url=http://nginx.org/keys/nginx_signing.key state=present
apt_key: url=https://nginx.org/keys/nginx_signing.key state=present
tags: nginx, packages
- name: Add nginx.org repo