From 85edc60056bf96a75a6a8f45f5364fbaf99f7a49 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 23 May 2017 15:13:36 +0200 Subject: [PATCH] nodejs: apt sources in custom file --- nodejs/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/nodejs/tasks/main.yml b/nodejs/tasks/main.yml index b3709e33..31e6bd0a 100644 --- a/nodejs/tasks/main.yml +++ b/nodejs/tasks/main.yml @@ -21,6 +21,7 @@ - name: Node sources list ({{ nodejs_apt_version }}) is available apt_repository: repo: "deb https://deb.nodesource.com/{{ nodejs_apt_version }} {{ ansible_distribution_release }} main" + filename: nodesource.list update_cache: yes state: present tags: