From 1f1c1c32cfee61073218e172eef573aca6354b79 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 29 Jan 2018 22:45:54 -0600 Subject: Removed unneeded npm command module. --- roles/hap-nodejs/tasks/main.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'roles') diff --git a/roles/hap-nodejs/tasks/main.yaml b/roles/hap-nodejs/tasks/main.yaml index 3ec3223..a73eddb 100644 --- a/roles/hap-nodejs/tasks/main.yaml +++ b/roles/hap-nodejs/tasks/main.yaml @@ -30,10 +30,7 @@ notify: restart hap-nodejs service - name: build HAP-NodeJS - command: "npm install" - args: - chdir: "{{hap_dest}}" - changed_when: false + npm: path="{{hap_dest}}" - name: configure systemd service become: yes -- cgit v1.2.3