Upgrade to install node 8.
This commit is contained in:
parent
65e8c564fd
commit
569eaaff2f
|
@ -20,8 +20,8 @@
|
||||||
- name: Add Nodesource apt repositories
|
- name: Add Nodesource apt repositories
|
||||||
apt_repository: repo={{ item }} state=present
|
apt_repository: repo={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- "deb 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_6.x {{ ansible_distribution_release }} main"
|
- "deb-src https://deb.nodesource.com/node_8.x {{ ansible_distribution_release }} main"
|
||||||
- name: Add Yarnpkg apt key
|
- name: Add Yarnpkg apt key
|
||||||
apt_key: url="https://dl.yarnpkg.com/debian/pubkey.gpg" state=present
|
apt_key: url="https://dl.yarnpkg.com/debian/pubkey.gpg" state=present
|
||||||
- name: Add Yarnpkg apt repository
|
- name: Add Yarnpkg apt repository
|
||||||
|
|
Loading…
Reference in New Issue