roles/common: Update apt cache in tarsnap step
This fails on clean installs otherwise.
This commit is contained in:
parent
4c6e45f93b
commit
ffac0b8afd
@ -7,6 +7,6 @@
|
||||
apt_key: id=0x40B98B68F04DE775 url=https://pkg.tarsnap.com/tarsnap-deb-packaging-key.asc state=present
|
||||
|
||||
- name: Install tarsnap
|
||||
apt: pkg=tarsnap
|
||||
apt: pkg=tarsnap update_cache=yes
|
||||
|
||||
# vim: set sw=2 ts=2:
|
||||
|
Loading…
Reference in New Issue
Block a user