community.general/lib/ansible/modules/source_control
Jamie Evans 606ac78a20 verify both tags and commits (#2654)
This fixes a bug where the module fails to verify tags.  I added a conditional statement in `verify_commit_sign()` that checks if `version` argument is a tag, if so, use `git verify-tag` instead.
2016-12-08 11:25:21 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
git.py verify both tags and commits (#2654) 2016-12-08 11:25:21 -05:00
hg.py Fix hg for python3 (#4528) 2016-12-08 11:24:53 -05:00
subversion.py Make subversion module work on python 3 2016-12-08 11:25:21 -05:00