Skip to content

Commit

Permalink
Merge pull request #21 from Cloud-Temple/apt-cache-reliability
Browse files Browse the repository at this point in the history
improve apt cache reliability
  • Loading branch information
mrlesmithjr authored Sep 3, 2021
2 parents 662316f + c03397d commit bfc06da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
package:
name: chrony
state: present
update_cache: yes
cache_valid_time: "{{ '3600' if ansible_pkg_mgr == 'apt' else omit }}"
become: true

- import_tasks: config_chrony.yml

0 comments on commit bfc06da

Please sign in to comment.