community.general/lib/ansible/playbook/role
Adam Miller 81540bd754 require git when trying to use it in ansible-galaxy cli (#49212)
* require git when trying to use it in ansible-galaxy cli

Previously we weren't setting `required=True` when calling
`get_bin_path` and the path would return `None`, this would cause
a traceback when attempting to ' '.join() to create a string
representation of the failed command for error output

Fixes #49200

Signed-off-by: Adam Miller <admiller@redhat.com>

* add changelog

Signed-off-by: Adam Miller <admiller@redhat.com>
2018-11-28 13:28:21 -05:00
..
__init__.py remove default from delegate_facts to inherit (#45492) 2018-10-10 15:10:23 -04:00
definition.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
include.py Mass nuke deprecated items that are easily removed. ci_complete (#44320) 2018-08-20 16:26:10 -05:00
metadata.py Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
requirement.py require git when trying to use it in ansible-galaxy cli (#49212) 2018-11-28 13:28:21 -05:00