Skip to content

Commit fa3074f

Browse files
committed
Cache is never valid when google-chrome.list is changed
1 parent ba1d428 commit fa3074f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tasks/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- name: install dependencies
44
apt:
55
name: "{{ item }}"
6-
state: latest
6+
state: "{{ apt_install_state | default('latest') }}"
77
update_cache: true
88
cache_valid_time: "{{ apt_update_cache_valid_time | default(3600) }}"
99
with_items: "{{ chrome_dependencies }}"

tasks/repository.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
- name: apt update
3333
apt:
3434
update_cache: true
35-
cache_valid_time: "{{ apt_update_cache_valid_time | default(3600) }}"
3635
when: google_repo | changed
3736
tags:
3837
- chrome-repository-update

0 commit comments

Comments
 (0)