Skip to content

Commit

Permalink
Merge pull request 'fix apt cache not updating' (#4) from feature/mov…
Browse files Browse the repository at this point in the history
…e-to-deb822-format into main

Reviewed-on: https://git.ednz.fr/ansible-roles/manage_repositories/pulls/4
  • Loading branch information
ednxzu committed Sep 14, 2023
2 parents 531c5cd + 2344251 commit 8399c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
- name: "Update repositories caches"
ansible.builtin.apt:
update_cache: true
cache_valid_time: 3600
# cache_valid_time: 3600
listen: "debian-based-cache-update"
1 change: 1 addition & 0 deletions tasks/prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
name: ednxzu.manage_apt_packages
vars:
manage_apt_packages_list: "{{ manage_repositories_required_packages }}"
manage_apt_packages_apt_cache_time: 0

0 comments on commit 8399c85

Please sign in to comment.