mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Set this request to verify. There's no reason not to, and it gets rid of the insecure urllib3 spew.
This commit is contained in:
@@ -24,7 +24,7 @@ fas = BaseClient('https://admin.fedoraproject.org/accounts',
|
||||
|
||||
try:
|
||||
pkgdb_data = requests.get('%s/api/notify/?format=json' % pkgdb_url,
|
||||
verify=False).json()
|
||||
verify=True).json()
|
||||
fas_data = fas.send_request('/user/email_list', auth=True)
|
||||
fas_groups = fas.send_request(
|
||||
'/group/type_list', auth=True, req_params={'grptype': 'pkgdb'})
|
||||
|
||||
Reference in New Issue
Block a user