roles/common: Don't ignore errors on Tarsnap key add

It turns out that I had the wrong key ID so it's no wonder this was
failing...
This commit is contained in:
Alan Orth 2019-07-07 15:51:04 +03:00
parent 704b02ce0a
commit 12b6f3aaa2
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
- name: Add GPG key for Tarsnap
apt_key: id=0x6D97F5A4CA38CF33 url=https://pkg.tarsnap.com/tarsnap-deb-packaging-key.asc state=present
register: add_tarsnap_apt_key
ignore_errors: yes
- name: Update apt cache
apt: