make the dir we need
This commit is contained in:
parent
8744318e22
commit
6d9b03ef96
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue