Skip to content

Commit

Permalink
improve apt cache reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
DisasteR authored and Benjamin Saiz committed Jul 29, 2021
1 parent 175ae13 commit c03397d
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 c03397d

Please sign in to comment.