Commit 5921d121 by ChongmingDu

update compress path

parent a40be2e8
......@@ -5,7 +5,7 @@
dest: "{{ software }}/"
- name: "unzip redis tar"
shell: "tar xzf /usr/local/redis-5.0.3.tar.gz"
shell: "tar xzf /usr/local/redis-5.0.3.tar.gz /usr/local/"
- 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