Merge "Pin nodejs package to upstream repo"

This commit is contained in:
Zuul 2019-03-26 16:31:22 +00:00 committed by Gerrit Code Review
commit f8891d1549
2 changed files with 14 additions and 0 deletions

View File

@ -33,6 +33,17 @@
update_cache: yes
become: yes
# Use template so that we can easily update this in the future to be able to
# use a mirror location.
- name: Pin NodeJS to nodesource apt repository
become: yes
template:
dest: /etc/apt/preferences.d/nodejs.pref
group: root
mode: 0644
owner: root
src: nodejs.pref.j2
- name: Install NodeJS from nodesource
package:
name: nodejs

View File

@ -0,0 +1,3 @@
Package: nodejs
Pin: origin deb.nodesource.com
Pin-Priority: 900