mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
copr: change limit value so it is clear that we are using higher than default
This commit is contained in:
@@ -11,7 +11,7 @@ from ibm_cloud_sdk_core.authenticators import IAMAuthenticator
|
||||
|
||||
DEFAULT_TOKEN_FILE = "{{ ibmcloud_token_file }}"
|
||||
SERVICE_URL = "https://jp-tok.iaas.cloud.ibm.com/v1"
|
||||
LIMIT = 100
|
||||
LIMIT = 999
|
||||
|
||||
|
||||
def _get_arg_parser():
|
||||
|
||||
Reference in New Issue
Block a user