Skip to content

Commit

Permalink
fix: run APT update pre-task only on Debian-based distributions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Chabik committed Feb 9, 2022
1 parent 6aeb829 commit 9416b91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
become: true
pre_tasks:
- apt: update_cache=yes
when: ansible_os_family == 'Debian'
roles:
- role: ansible-role-restic

0 comments on commit 9416b91

Please sign in to comment.