roles/common: update tarsnap GPG key

This commit is contained in:
Alan Orth 2023-04-14 10:09:11 -07:00
parent 232d7a0348
commit fdb9a75489
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
when: ansible_architecture != 'armv7l'
- name: Add GPG key for Tarsnap
ansible.builtin.apt_key: id=0xEED5E5A05BF422AC url=https://www.tarsnap.com/tarsnap-signing-key-2022.asc state=present
ansible.builtin.apt_key: id=0xF608BA1BFB5CE8F8CAB088359F084BEE7F938A76 url=https://pkg.tarsnap.com/tarsnap-deb-packaging-key.asc state=present
register: add_tarsnap_apt_key
- name: Update apt cache