Use https:// for fetching apt package signing keys

I don't know why I wasn't using these before.
This commit is contained in:
2016-08-22 16:06:13 +03:00
parent 96500a6e33
commit c9ef9e24f5
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