From a23690408fad2305f27214fe9d2efab0e148b12c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 9 Jun 2019 22:50:50 +0200 Subject: added node.js for liquid-truth --- roles/elevate/liquidtruth/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/elevate/liquidtruth/tasks/main.yml') diff --git a/roles/elevate/liquidtruth/tasks/main.yml b/roles/elevate/liquidtruth/tasks/main.yml index 97eee759..7b1949c1 100644 --- a/roles/elevate/liquidtruth/tasks/main.yml +++ b/roles/elevate/liquidtruth/tasks/main.yml @@ -20,5 +20,8 @@ - name: install and configure mongodb import_tasks: mongodb.yml +- name: install and configure nodejs + import_tasks: nodejs.yml + - name: install and configure nginx import_tasks: nginx.yml -- cgit v1.2.3