From d4b25aec14a76b95e38a801d4e141ed96a9128a1 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 12 Apr 2017 22:42:12 -0400 Subject: [PATCH] clone websockets in /tmp Signed-off-by: Bill Erickson --- opensrf/websockets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opensrf/websockets.yml b/opensrf/websockets.yml index 5f46db2c2..94e6127dc 100644 --- a/opensrf/websockets.yml +++ b/opensrf/websockets.yml @@ -1,9 +1,9 @@ - name: Checkout Websockets Repository git: repo: "{{websockets_repository}}" - dest: "{{repo_base}}/apache-websocket" + dest: "/tmp/apache-websocket" - name: Install Websockets - shell: cd {{repo_base}}/apache-websocket && apxs2 -i -a -c mod_websocket.c + shell: cd /tmp/apache-websocket && apxs2 -i -a -c mod_websocket.c - stat: path=/etc/apache2-websockets register: websocketsconf - block: -- 2.11.0