ansible/changelogs/fragments/64469_git_no_raw.yml

3 lines
276 B
YAML
Raw Normal View History

bugfixes:
- git - Only pass ``--raw`` flag to git verify commands (verify-tag, verify-commit) when ``gpg_whitelist`` is in use. Otherwise don't pass it so that non-whitelist GPG validation still works on older Git versions. (https://github.com/ansible/ansible/issues/64469)