Skip to content

Commit 8df79a4

Browse files
authored
Bump pagination limit to 100 until real solution is in place (#14)
1 parent b68a579 commit 8df79a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab-to-argo/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
tasks:
66
- name: Fetch GitLab Projects
77
uri:
8-
url: "{{ gitlab_base_url }}/api/v4/groups/{{ gitlab_group }}/projects?include_subgroups=true"
8+
url: "{{ gitlab_base_url }}/api/v4/groups/{{ gitlab_group }}/projects?include_subgroups=true&per_page=100"
99
headers:
1010
Private-Token: "{{ gitlab_private_token }}"
1111
register: gitlab_groups

0 commit comments

Comments
 (0)