mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
committed by
Abhijeet Kasurde
parent
5f175f2412
commit
606a4b3353
@@ -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?',
|
||||
|
||||
Reference in New Issue
Block a user