Merge pull request #1 from dracos/upgrade-to-node-8

Upgrade to install node 8.
This commit is contained in:
Sadiq Saif 2018-08-23 17:50:14 -04:00 committed by GitHub
commit f3ef49eae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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