roles/common: Update Tarsnap GPG key
See: https://www.tarsnap.com/pkg-deb.html
This commit is contained in:
parent
933cbfd51c
commit
ab2961be61
@ -4,7 +4,7 @@
|
|||||||
when: ansible_architecture != 'armv7l'
|
when: ansible_architecture != 'armv7l'
|
||||||
|
|
||||||
- name: Add GPG key for Tarsnap
|
- name: Add GPG key for Tarsnap
|
||||||
apt_key: id=0x40B98B68F04DE775 url=https://pkg.tarsnap.com/tarsnap-deb-packaging-key.asc state=present
|
apt_key: id=0x70BD6C50E82A9D99 url=https://pkg.tarsnap.com/tarsnap-deb-packaging-key.asc state=present
|
||||||
|
|
||||||
- name: Install tarsnap
|
- name: Install tarsnap
|
||||||
apt: pkg=tarsnap update_cache=yes
|
apt: pkg=tarsnap update_cache=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user