sha1sum pubring.gpg / secring.gpg for debugging

Collect sha1sum to help validate secrets.

Change-Id: I9bf251856340bd6d381686146a26ff3f8103cd59
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-08-24 16:25:26 -04:00
parent 466add5613
commit ccbce75fce
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@
dest: "{{ gnupg_tmpdir.path }}/secring.gpg"
mode: 0400
- name: Display sha1sum for GPG pubring / secring
command: "sha1sum {{ item }}"
with_items:
- "{{ gnupg_tmpdir.path }}/pubring.gpg"
- "{{ gnupg_tmpdir.path }}/secring.gpg"
- name: Find files to sign
find:
paths: "{{ gpg_sign_path }}"