projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82e1682
)
clone websockets in /tmp
author
Bill Erickson
<berickxx@gmail.com>
Thu, 13 Apr 2017 02:42:12 +0000
(22:42 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 13 Apr 2017 02:42:12 +0000
(22:42 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
opensrf/websockets.yml
patch
|
blob
|
history
diff --git
a/opensrf/websockets.yml
b/opensrf/websockets.yml
index
5f46db2
..
94e6127
100644
(file)
--- 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: