community.general/lib/ansible/modules/source_control
Andreas Olsson 42408a97ea Correct doc about the Git module verify_commit param
All that is required to verify the signature is that the matching
public key is present in the remote user's keyring. There is no need
for GnuPG to explicitly trust the authenticity of the key.

Not Ansible specific, but rather the behavior of the `git verify-commit`
and the `git verify-tag` command line invocations.
2017-07-03 16:45:05 -04:00
..
__init__.py
bzr.py
git.py Correct doc about the Git module verify_commit param 2017-07-03 16:45:05 -04:00
git_config.py
github_deploy_key.py New Module: Add github_deploy_key module (source_control/github_deploy_key) (#24364) 2017-06-19 11:13:27 +01:00
github_hooks.py Refactor github_hook module (#24391) 2017-06-07 07:52:03 +02:00
github_issue.py
github_key.py
github_release.py Add Password for login method in github_release (#23661) 2017-05-19 08:49:05 +01:00
gitlab_group.py
gitlab_project.py
gitlab_user.py Add the email confirmation option to gitlab_users (#25134) 2017-06-05 21:47:52 +02:00
hg.py Correct usage of fail_json in hg module (#25847) 2017-06-18 22:28:33 +02:00
subversion.py