[borgbackup_client] do update cache

This commit is contained in:
otthorn 2021-03-14 19:03:44 +01:00
parent 0b5562f3f4
commit ebfc4f2a26
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
- name: Install borgmatic
apt:
name: borgmatic
update_cache: true
register: apt_result
retries: 3
until: apt_result is succeeded