From 8f1e1fdd8509da75d220b928e384cb5da818fdc5 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 31 Oct 2016 13:02:02 +0100 Subject: [PATCH] Update to Node 6.x with LTS --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 63c4fe7..8888956 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -22,7 +22,7 @@ - name: "nodeJS | Add repository" apt_repository: - repo="deb https://deb.nodesource.com/node_4.x {{ ansible_distribution_release }} main" + repo="deb https://deb.nodesource.com/node_6.x {{ ansible_distribution_release }} main" state=present mode=644 -- GitLab