mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
5f175f2412
commit
606a4b3353
1 changed files with 1 additions and 1 deletions
|
@ -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?',
|
||||||
|
|
Loading…
Reference in a new issue