fix(common): fixed outdated apt cache when adding new packages
This commit is contained in:
parent
742be4fd8d
commit
0ebe1e620d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
update_cache: true
|
update_cache: true
|
||||||
force_apt_get: true
|
force_apt_get: true
|
||||||
cache_valid_time: 3600
|
cache_valid_time: 0
|
||||||
pkg:
|
pkg:
|
||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
- alpine
|
- alpine
|
||||||
|
|
Loading…
Add table
Reference in a new issue