0c309a18c8
Update Apt cache prior to all package installation tasks. Adds apt_cache_valid_time, which defaults to 3600 seconds. This allows the time for which the Apt cache is valid to be configured. Change-Id: I0ecf4f4ce9b7333d3e41c69c3f908bee83391781 Story: 2004960 Task: 41766
11 lines
361 B
YAML
11 lines
361 B
YAML
---
|
|
###############################################################################
|
|
# Apt package manager configuration.
|
|
|
|
# Apt cache TTL in seconds. Default is 3600.
|
|
#apt_cache_valid_time:
|
|
|
|
###############################################################################
|
|
# Dummy variable to allow Ansible to accept this file.
|
|
workaround_ansible_issue_8743: yes
|