Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Commit

Permalink
refresh apt cache (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom authored and TheLastProject committed Mar 27, 2019
1 parent ce5a075 commit a1c7308
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@
group: '{{ restic_group }}'

- name: Install libcap on Debian systems
package:
apt:
name: "libcap2-bin"
state: present
update_cache: true
when: ansible_os_family | lower == "debian"

- name: Set proper capabilities for restic binary
Expand Down

0 comments on commit a1c7308

Please sign in to comment.