ansible-galaxy-collection - use --pinentry-mode loopback for gpg key revocation (#77967)

pull/77968/head
Sloane Hertel 2 years ago committed by GitHub
parent 39b3581316
commit 1706d35fc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
- name: generate revocation certificate
expect:
command: "gpg --homedir {{ gpg_homedir }} --output {{ gpg_homedir }}/revoke.asc --gen-revoke {{ fingerprint }}"
command: "gpg --homedir {{ gpg_homedir }} --pinentry-mode loopback --output {{ gpg_homedir }}/revoke.asc --gen-revoke {{ fingerprint }}"
responses:
"Create a revocation certificate for this key": "y"
"Please select the reason for the revocation": "0"

Loading…
Cancel
Save