Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 3a49f25

Browse files
committed
Fixes #1507: Use https URL to download Adminer.
1 parent 0cf2b0e commit 3a49f25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

provisioning/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- src: franklinkim.newrelic
77
version: 1.6.0
88
- src: geerlingguy.adminer
9-
version: 1.1.1
9+
version: 1.2.0
1010
- src: geerlingguy.apache
1111
version: 2.1.1
1212
- src: geerlingguy.apache-php-fpm

provisioning/roles/geerlingguy.adminer/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
- name: Download Adminer to configured directory.
1010
get_url:
11-
url: http://www.adminer.org/latest.php
11+
url: https://www.adminer.org/latest.php
1212
dest: "{{ adminer_install_dir }}/{{ adminer_install_filename }}"
1313
mode: 0644
1414
timeout: 60

0 commit comments

Comments
 (0)