summaryrefslogtreecommitdiff
path: root/roles/elevate/liquidtruth/tasks/nodejs.yml
blob: 667f4a718fcb8c7bc3fc55de48d1047463e2f18e (plain) (blame)
1
2
3
4
5
6
7
8
9
---
- name: add nodejs repo
  import_role:
    name: apt-repo/nodejs

- name: install nodejs
  apt:
    name: nodejs
    state: present