roles/common: Ignore tarsnap key errors
Ansible errors on adding the tarsnap signing key because it is not valid (expired a month ago). I contacted Colin Percival about this on Twitter but he did not seem worried for some reason.
This commit is contained in:
parent
9dc3396544
commit
bec79f18d1
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
- 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=0x70BD6C50E82A9D99 url=https://pkg.tarsnap.com/tarsnap-deb-packaging-key.asc state=present
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
- 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