Actions
Issue #7767
closedpulp_ansible doesn't handle trailing slashes in URLs correctly
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
From the Ansible Galaxy User Guide[0]: "The url option for each server name must end with a forward slash /
."
Note though, however, that the ansible-galaxy CLI does a special substitution for galaxy:
I think we should just copy what the ansible-galaxy CLI is doing.
Updated by daviddavis about 4 years ago
- Project changed from Pulp to Ansible Plugin
Updated by daviddavis about 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
Updated by pulpbot about 4 years ago
- Status changed from ASSIGNED to POST
Added by daviddavis about 4 years ago
Updated by daviddavis about 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|3fda9ae5af60226cc6d7574d528eaae5d556e4f6.
Updated by pulpbot about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Added validation and fixed handling of trailing slashes in URLs
fixes #7767