Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
update debian cache
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Nov 29, 2020
1 parent dcd3388 commit ca00bca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tasks/sources.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
---
- name: update repo-cache for Debian/Ubuntu
become: true
apt:
update_cache: yes
cache_valid_time: 3600
when:
ansible_os_family == 'Debian'


- name: Install requirements to add packages
become: true
apt:
Expand Down

0 comments on commit ca00bca

Please sign in to comment.