roles/common: Fix tarsnap package key
For some reason the key ID I had here was wrong. According to the Tarsnap website the key ID is 0x6D97F5A4CA38CF33. ee: https://www.tarsnap.com/pkg-deb.html
This commit is contained in:
parent
709a947987
commit
704b02ce0a
@ -5,7 +5,7 @@
|
|||||||
when: ansible_architecture != 'armv7l'
|
when: ansible_architecture != 'armv7l'
|
||||||
|
|
||||||
- name: Add GPG key for Tarsnap
|
- name: Add GPG key for Tarsnap
|
||||||
apt_key: id=0x70BD6C50E82A9D99 url=https://pkg.tarsnap.com/tarsnap-deb-packaging-key.asc state=present
|
apt_key: id=0x6D97F5A4CA38CF33 url=https://pkg.tarsnap.com/tarsnap-deb-packaging-key.asc state=present
|
||||||
register: add_tarsnap_apt_key
|
register: add_tarsnap_apt_key
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user