add tmp dir

pull/1/head
Cian Hatton 3 years ago
parent 8f60b175d0
commit 639871ce4e

@ -18,7 +18,7 @@
- name: Create directories for /tmp file
file:
path: '{{ item.s3_key | dirname }}'
path: '/tmp/{{ item.s3_key | dirname }}'
state: directory
mode: '0755'
with_items: '{{ docker_volume_s3_restores }}'

Loading…
Cancel
Save