Skip to content

Commit

Permalink
🧪 TESTS: Increase apt cache valid time
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Mar 25, 2021
1 parent 9dc1596 commit 4cef188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- name: Update apt cache.
apt:
update_cache: true
cache_valid_time: 600
cache_valid_time: 3600
when: ansible_os_family|lower == 'debian'

roles:
Expand Down

0 comments on commit 4cef188

Please sign in to comment.