We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68a579 commit 8df79a4Copy full SHA for 8df79a4
gitlab-to-argo/site.yml
@@ -5,7 +5,7 @@
5
tasks:
6
- name: Fetch GitLab Projects
7
uri:
8
- url: "{{ gitlab_base_url }}/api/v4/groups/{{ gitlab_group }}/projects?include_subgroups=true"
+ url: "{{ gitlab_base_url }}/api/v4/groups/{{ gitlab_group }}/projects?include_subgroups=true&per_page=100"
9
headers:
10
Private-Token: "{{ gitlab_private_token }}"
11
register: gitlab_groups
0 commit comments