Commit 7838f547 by John Jarvis

adding basename

parent 222c43bd
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
- name: untar the s3 backup - name: untar the s3 backup
shell: > shell: >
tar zxf {{ s3cmd_out_forum.stdout }} tar zxf {{ s3cmd_out_forum.stdout|basename }}
chdir=/mnt chdir=/mnt
tags: update_mongo_data tags: update_mongo_data
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
- name: untar the s3 backup - name: untar the s3 backup
shell: > shell: >
tar zxf {{ s3cmd_out_modulestore.stdout }} tar zxf {{ s3cmd_out_modulestore.stdout|basename }}
chdir=/mnt chdir=/mnt
tags: update_mongo_data tags: update_mongo_data
......
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