make the dir we need

This commit is contained in:
Seth Vidal 2013-02-28 19:14:29 +00:00
parent 8744318e22
commit 6d9b03ef96

View file

@ -57,6 +57,9 @@
- name: artboard backup thing
action: copy src=$files/artboard/artboard-backup dest=/etc/cron.daily/artboard-backup mode=0755
- name: make artboard subdir
action: file path=/srv/persist/artboard mode=0755
- name: link artboard into /var/www/html
action: file state=link src=/srv/persist/artboard path=/var/www/html/artboard