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 * evolinux-base: add default motd template
* kvm-host: add migrate-vm script * kvm-host: add migrate-vm script
* mysql: variable to disable myadd script overwrite (default: True) * mysql: variable to disable myadd script overwrite (default: True)
* nodejs: update apt cache before installing the package
### Changed ### Changed

View file

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