1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix non-HTTPS endpoint (#40601)

Fixes: #36985
This commit is contained in:
Raphaël Droz 2018-05-23 14:12:33 -03:00 committed by Abhijeet Kasurde
parent 5f175f2412
commit 606a4b3353

View file

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