roles/common: Use normal tarsnap GPG packaging key
This commit is contained in:
parent
4eb94d9127
commit
03254d6aae
@ -5,15 +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=0x6D97F5A4CA38CF33 url=https://pkg.tarsnap.com/tarsnap-deb-packaging-key.asc state=present
|
apt_key: id=0xFC72A10BF6B692AA url=https://pkg.tarsnap.com/tarsnap-deb-packaging-key.asc state=present
|
||||||
when: ansible_distribution_release != 'buster'
|
|
||||||
register: add_tarsnap_apt_key
|
|
||||||
|
|
||||||
# Tarsnap currently provides experimental packages for Debian 10 "buster"
|
|
||||||
# See: https://www.tarsnap.com/pkg-deb.html#experimental
|
|
||||||
- name: Add GPG key for Tarsnap experimental
|
|
||||||
apt_key: id=0xF77F1024ECFAF293 url=https://pkg.tarsnap.com/experimental/tarsnap-EXPERIMENTAL-deb-packaging-key.asc state=present
|
|
||||||
when: ansible_distribution == 'Debian' and ansible_distribution_release == 'buster'
|
|
||||||
register: add_tarsnap_apt_key
|
register: add_tarsnap_apt_key
|
||||||
|
|
||||||
- name: Update apt cache
|
- name: Update apt cache
|
||||||
|
Loading…
Reference in New Issue
Block a user