nodejs: apt sources in custom file

This commit is contained in:
Jérémy Lecour 2017-05-23 15:13:36 +02:00 committed by Jérémy Lecour
parent 404f4445d4
commit 85edc60056
1 changed files with 1 additions and 0 deletions

View File

@ -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: