Improve APT cache update
This commit is contained in:
parent
9f723e130f
commit
fadb6242a5
2 changed files with 1 additions and 3 deletions
|
@ -4,6 +4,7 @@
|
|||
module_defaults:
|
||||
apt:
|
||||
force_apt_get: true
|
||||
cache_valid_time: 86400
|
||||
roles:
|
||||
- role: common
|
||||
become: true
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
---
|
||||
- name: Update APT cache
|
||||
apt:
|
||||
cache_valid_time: 86400
|
||||
- include_tasks: usability.yml
|
||||
- include_tasks: ssh.yml
|
||||
- include_tasks: iptables.yml
|
||||
|
|
Loading…
Reference in a new issue