symlink log dir

This commit is contained in:
2021-12-06 16:30:45 +01:00
parent b3b0a24395
commit f7a1f59677

View File

@@ -81,6 +81,12 @@
dest: /etc/koha
state: link
- name: create var/log symlink
file:
src: "{{ koha_install_dir }}/var/log"
dest: /var/log/koha
state: link
- name: configure apache
import_tasks: apache.yml
tags: apache