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.
Actions
Added validation and fixed handling of trailing slashes in URLs
fixes #7767