Skip to content

Commit 871dfc8

Browse files
committed
Parameterize apt's "cache_valid_time" when installing
1 parent 1bf39c7 commit 871dfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
name: "{{ item }}"
1515
state: latest
1616
update_cache: true
17-
cache_valid_time: 3600
17+
cache_valid_time: "{{ apt_update_cache_valid_time | default(3600) }}"
1818
with_items: postfix_install
1919
tags: [configuration, postfix, postfix-install]
2020

0 commit comments

Comments
 (0)