Update keys.yml

This commit is contained in:
Yasser 2023-06-15 17:04:05 -06:00 committed by GitHub
parent ae0cbf7f8c
commit 1269880736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -8,11 +8,13 @@
group: "{{ gitian_user }}"
mode: "0644"
with_items: "{{ zcash_developer_pubkeys }}"
ignore_errors: true
- name: Import Zcash developer public keys.
command: "gpg --import /tmp/{{ item.id }}.asc"
become_user: "{{ gitian_user }}"
with_items: "{{ zcash_developer_pubkeys }}"
ignore_errors: true
- name: Set Zcash developer public keys to ultimately trusted.
shell: >
@ -23,3 +25,4 @@
become_user: "{{ gitian_user }}"
args:
executable: /bin/bash
ignore_errors: true