mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Remove validate_certs parameter from fetch_url calls
This commit is contained in:
@@ -122,7 +122,7 @@ class netscaler(object):
|
||||
'Content-Type' : 'application/x-www-form-urlencoded',
|
||||
}
|
||||
|
||||
response, info = fetch_url(self.module, request_url, data=data_json, validate_certs=self.module.params['validate_certs'])
|
||||
response, info = fetch_url(self.module, request_url, data=data_json)
|
||||
|
||||
return json.load(response.read())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user