roles/common: Update Tarsnap GPG key

See: https://www.tarsnap.com/pkg-deb.html
This commit is contained in:
Alan Orth 2018-03-17 13:13:10 +02:00
parent 933cbfd51c
commit ab2961be61
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
when: ansible_architecture != 'armv7l'
- 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
apt: pkg=tarsnap update_cache=yes