From 68e672d718b9d4cb7418fdea5d9f8954b9f60acb Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Tue, 10 May 2016 18:21:16 -0400 Subject: [PATCH] Remove node dev dependencies from rookeries installation. --- tasks/rookeries_deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/rookeries_deployment.yaml b/tasks/rookeries_deployment.yaml index 152187e..1778f39 100644 --- a/tasks/rookeries_deployment.yaml +++ b/tasks/rookeries_deployment.yaml @@ -30,7 +30,7 @@ when: deploy_package.stat.exists - name: install frontend dependencies for app - npm: path={{ rookeries_deploy_dir }} state=present registry=http://registry.npmjs.org/ + npm: path={{ rookeries_deploy_dir }} state=present production=yes when: deploy_package.stat.exists - name: add in symlink to deployed package.