From: Bill Erickson Date: Thu, 13 Apr 2017 02:42:12 +0000 (-0400) Subject: clone websockets in /tmp X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d4b25aec14a76b95e38a801d4e141ed96a9128a1;p=working%2Frandom.git clone websockets in /tmp Signed-off-by: Bill Erickson --- 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: