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

@@ -43,7 +43,7 @@
command: gpg --import
when: '"cv25519/B0B50C7FDDE009E5" not in gpgkeys.stdout'
args:
stdin: "{{ lookup('file', 'gpg.asc') }}"
stdin: "{{ lookup('file', pgp_key|default('gpg.asc')) }}"
- import_tasks: tasks/peruser_freebsd.yaml
when: 'os_flavor == "freebsd"'