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:
parent
466add5613
commit
ccbce75fce
@ -15,6 +15,12 @@
|
|||||||
dest: "{{ gnupg_tmpdir.path }}/secring.gpg"
|
dest: "{{ gnupg_tmpdir.path }}/secring.gpg"
|
||||||
mode: 0400
|
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
|
- name: Find files to sign
|
||||||
find:
|
find:
|
||||||
paths: "{{ gpg_sign_path }}"
|
paths: "{{ gpg_sign_path }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user