Commit a40be2e8 by ChongmingDu

update redis path

parent d4f89aaa
......@@ -5,7 +5,7 @@
dest: "{{ software }}/"
- name: "unzip redis tar"
shell: "tar xzf redis-5.0.3.tar.gz"
shell: "tar xzf /usr/local/redis-5.0.3.tar.gz"
- name: "make redis"
shell: "cd /usr/local/redis-5.0.3;make"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment