Skip to content

Commit

Permalink
fixup! Xenial support
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Aug 8, 2016
1 parent 7e0cde3 commit 9d89ac1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions master/install-nine/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
name: npm
when: ansible_distribution_release == 'xenial'

- name: Link /usr/bin/nodejs to /usr/bin/node
file:
src: /usr/bin/nodejs
dest: /usr/bin/node
state: link
when: ansible_distribution_release == 'xenial'

- name: install APT packages
apt:
name: "{{ item }}"
Expand Down

0 comments on commit 9d89ac1

Please sign in to comment.