Skip to content

Commit b9fb7d5

Browse files
authored
Revert "fix: disable Pulp pagination for distribution list commands (#4838)" (#4840)
This reverts commit 935771f.
1 parent 935771f commit b9fb7d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/playbooks/build_image_aarch64/roles/fetch_packages/tasks/fetch_pulp_repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
block:
1818
- name: Fetch pulp endpoints for aarch64
1919
ansible.builtin.command: >
20-
pulp rpm distribution list --field name,base_url --limit 0
20+
pulp rpm distribution list --field name,base_url
2121
register: pulp_endpoints
2222
changed_when: false
2323

src/playbooks/build_image_x86_64/roles/fetch_packages/tasks/fetch_pulp_repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
block:
1818
- name: Fetch pulp endpoints for x86_64
1919
ansible.builtin.command: >
20-
pulp rpm distribution list --field name,base_url --limit 0
20+
pulp rpm distribution list --field name,base_url
2121
register: pulp_endpoints
2222
changed_when: false
2323

0 commit comments

Comments
 (0)