Upgrade to install node 8. #1

Merged
dracos merged 1 commits from upgrade-to-node-8 into master 2018-08-23 21:50:15 +00:00
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