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