mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 02:03:09 +00:00
If the repo_path contained multiple '.git' strings, the _git_repo_info() call resulted in a traceback. This change removes the trailing '.git' and resolves the traceback.