symlink log dir
This commit is contained in:
@@ -81,6 +81,12 @@
|
|||||||
dest: /etc/koha
|
dest: /etc/koha
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
|
- name: create var/log symlink
|
||||||
|
file:
|
||||||
|
src: "{{ koha_install_dir }}/var/log"
|
||||||
|
dest: /var/log/koha
|
||||||
|
state: link
|
||||||
|
|
||||||
- name: configure apache
|
- name: configure apache
|
||||||
import_tasks: apache.yml
|
import_tasks: apache.yml
|
||||||
tags: apache
|
tags: apache
|
||||||
|
|||||||
Reference in New Issue
Block a user