roles/common: Update apt cache in tarsnap step

This fails on clean installs otherwise.
This commit is contained in:
Alan Orth 2017-06-18 09:27:53 +03:00
parent 4c6e45f93b
commit ffac0b8afd
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -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: