Support --valid_pgpkeys option in Git module ()

PR #55396

Make Git module support `--valid-pgpkeys` option, which allows
configuring a list of valid PGP fingerprints which are compared with the
used PGP fingerprint if verify_commit is true. This requires
verify_commit to be set to 'yes'.

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
Co-authored-by: Sviatoslav Sydorenko <webknjaz@redhat.com>
This commit is contained in:
jelle van der Waa
2019-06-05 20:18:37 +02:00
committed by Sviatoslav Sydorenko
parent 05e6339c49
commit 7a3914bd8b
2 changed files with 42 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- git - add a ``gpg_whitelist`` option to specify a list of trusted GPG fingerprints for when ``verify_commit`` is enabled (https://github.com/ansible/ansible/pull/55396)