Fix non-HTTPS endpoint (#40601)

Fixes: #36985
pull/4420/head
Raphaël Droz 2018-05-23 14:12:33 -03:00 committed by Abhijeet Kasurde
parent 5f175f2412
commit 606a4b3353
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ from ansible.module_utils.six.moves.urllib.parse import urlencode
from ansible.module_utils.urls import fetch_url
API_BASE = "http://api.uptimerobot.com/"
API_BASE = "https://api.uptimerobot.com/"
API_ACTIONS = dict(
status='getMonitors?',