roles/common: Update Tarsnap GPG key
Apparently this changed since I last ran the tarsnap task.
This commit is contained in:
parent
dd04238a83
commit
63a836e2a7
@ -5,7 +5,7 @@
|
||||
when: ansible_architecture != 'armv7l'
|
||||
|
||||
- name: Add GPG key for Tarsnap
|
||||
apt_key: id=0xFC72A10BF6B692AA url=https://pkg.tarsnap.com/tarsnap-deb-packaging-key.asc state=present
|
||||
apt_key: id=0xBF75EEAB040E447C url=https://pkg.tarsnap.com/tarsnap-deb-packaging-key.asc state=present
|
||||
register: add_tarsnap_apt_key
|
||||
|
||||
- name: Update apt cache
|
||||
|
Loading…
Reference in New Issue
Block a user