Add a separate pgp key for work.

This commit is contained in:
Tom Alexander
2024-01-02 12:29:39 -05:00
parent 6e13ac355a
commit 80a3f2291c
8 changed files with 70 additions and 3 deletions

View File

@@ -39,7 +39,7 @@
- name: Trust my signing key
command: pacman-key -a -
args:
stdin: "{{ lookup('file', 'gpg.asc') }}"
stdin: "{{ lookup('file', pgp_key|default('gpg.asc')) }}"
when: '"B848159363C2877917954BE127DE40D9B8455C1B" not in pacmankeys.stdout'
register: my_key_imported