Upgrade to install node 8.

This commit is contained in:
Matthew Somerville 2018-08-22 09:17:54 +01:00
parent 65e8c564fd
commit 569eaaff2f
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
- name: Add Nodesource apt repositories
apt_repository: repo={{ item }} state=present
with_items:
- "deb https://deb.nodesource.com/node_6.x {{ ansible_distribution_release }} main"
- "deb-src https://deb.nodesource.com/node_6.x {{ ansible_distribution_release }} main"
- "deb https://deb.nodesource.com/node_8.x {{ ansible_distribution_release }} main"
- "deb-src https://deb.nodesource.com/node_8.x {{ ansible_distribution_release }} main"
- name: Add Yarnpkg apt key
apt_key: url="https://dl.yarnpkg.com/debian/pubkey.gpg" state=present
- name: Add Yarnpkg apt repository