ansible/changelogs/fragments/git-module-traceback.yml
Matt Clay 25b20adb94 Fix git module when using absolute repo path.
This prevents a traceback when `repo` is set to an absolute path.
2019-08-14 18:09:56 -07:00

2 lines
108 B
YAML

bugfixes:
- Fixed a traceback in the ``git`` module when using an absolute path for the ``repo`` parameter.