Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed ansible issue with max items in request #227

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

starnold-redhat
Copy link
Collaborator

Ansible API was failing because were requesting 50 ietms at a time, and the API has changed to only allow 25.

Have added a new conf value to manage this, and updated the version.

execution/execution.py Show resolved Hide resolved
conf/conf.py Outdated Show resolved Hide resolved
conf/conf.py Show resolved Hide resolved
@waldirio waldirio linked an issue Feb 22, 2024 that may be closed by this pull request
@waldirio waldirio added the bug Something isn't working label Feb 22, 2024
@waldirio waldirio merged commit f6cdf65 into C-RH-C:master Feb 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fixed ansible issue with max items in request to 25
2 participants