mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 21:30:22 -07: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
|
||||
|
||||
|
||||
API_BASE = "http://api.uptimerobot.com/"
|
||||
API_BASE = "https://api.uptimerobot.com/"
|
||||
|
||||
API_ACTIONS = dict(
|
||||
status='getMonitors?',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue