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:
Alan Orth 2019-03-13 12:36:47 +02:00
parent 9dc3396544
commit bec79f18d1
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
- name: Add GPG key for Tarsnap
apt_key: id=0x70BD6C50E82A9D99 url=https://pkg.tarsnap.com/tarsnap-deb-packaging-key.asc state=present
ignore_errors: yes
- name: Install tarsnap
apt: pkg=tarsnap update_cache=yes