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.
This commit is contained in:
Andreas Olsson 2017-07-02 06:44:14 +02:00 committed by Brian Coca
parent bda066f6f6
commit 42408a97ea

View file

@ -183,7 +183,7 @@ options:
- if C(yes), when cloning or checking out a C(version) verify the
signature of a GPG signed commit. This requires C(git) version>=2.1.0
to be installed. The commit MUST be signed and the public key MUST
be trusted in the GPG trustdb.
be present in the GPG keyring.
archive:
required: false