unterstütze Logging Konfiguration

This commit is contained in:
2023-03-11 20:08:57 +01:00
parent 8c0f4cadab
commit 574dd3b423
2 changed files with 29 additions and 0 deletions

View File

@@ -35,6 +35,14 @@
group: "{{ git_user.group }}"
mode: 0755
- name: Create Logging Directory
file:
path: "/opt/gitea/log"
state: directory
owner: "{{ git_user.uid }}"
group: "{{ git_user.group }}"
mode: 0755
- name: Start Docker Daemon
systemd:
name: docker