fixes for env and variables names

This commit is contained in:
2024-12-20 11:46:21 +01:00
parent a53e62dd9e
commit 6019e649e9
2 changed files with 3 additions and 3 deletions

View File

@@ -31,11 +31,11 @@
- name: Create log directory
ansible.builtin.file:
path: /var/logs/chill
path: /var/log/chill
state: directory
owner: 33
group: 33
mode: '0444'
mode: '0744'
- name: Install traefik
ansible.builtin.include_tasks: traefik.yml