Use https:// for fetching apt package signing keys
I don't know why I wasn't using these before.
This commit is contained in:
parent
96500a6e33
commit
c9ef9e24f5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user