Commit e9d373e2 by ChongmingDu

update cmd

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