follow https://wiki.evolix.org/HowtoNodeJS and default to node_8.x version

This commit is contained in:
Gregory Colpart 2018-02-27 00:12:50 +01:00
parent 54159f8e87
commit 01379f5a29
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ Everything is in the `tasks/main.yml` file.
## Variables
* `nodejs_apt_version`: version for the repository (default: `node_6.x`).
* `nodejs_apt_version`: version for the repository (default: `node_8.x`).

View File

@ -1,2 +1,2 @@
---
nodejs_apt_version: 'node_6.x'
nodejs_apt_version: 'node_8.x'