nodejs: update apt cache before installing the package

This commit is contained in:
Jérémy Lecour 2021-06-07 13:03:18 +02:00 committed by Jérémy Lecour
parent dbc06c1c59
commit 856d11aced
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ The **patch** part changes incrementally at each release.
* evolinux-base: add default motd template
* kvm-host: add migrate-vm script
* mysql: variable to disable myadd script overwrite (default: True)
* nodejs: update apt cache before installing the package
### Changed

View File

@ -46,6 +46,7 @@
apt:
name: nodejs
state: present
update_cache: yes
tags:
- packages
- nodejs