setup the artboard symlink and restart apache for artboard
This commit is contained in:
parent
3e464e3fae
commit
13d677ece7
1 changed files with 6 additions and 0 deletions
|
@ -47,5 +47,11 @@
|
|||
- php-gd
|
||||
- php-mysql
|
||||
|
||||
- name: link artboard into /var/www/html
|
||||
action: file state=link src=/srv/persist/artboard path=/var/www/html/artboard
|
||||
|
||||
- name: startup apache
|
||||
action: service name=httpd state=restarted
|
||||
|
||||
handlers:
|
||||
- include: $handlers/restart_services.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue