Skip to content
Snippets Groups Projects
Commit 8fc9594c authored by Chris Croome's avatar Chris Croome
Browse files

Crontab for image tgz creation fixed

parent d2a6ec02
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
minute: "01"
hour: "09"
user: "{{ item }}"
job: "/home/{{ item }}/sites/web ; tar -zcf cotech-images.tgz app/uploads/"
job: "cd /home/{{ item }}/sites/web ; tar -zcf cotech-images.tgz app/uploads/"
with_items: "{{ users }}"
- name: Cron script in place
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment