web_logs: Better directory naming

This commit is contained in:
Timo Makinen 2025-05-29 17:16:58 +00:00
parent 0155f456ba
commit 1b3a2a8000
2 changed files with 5 additions and 2 deletions

View file

@ -18,11 +18,14 @@
- name: Create data directory
ansible.builtin.file:
path: /export/weblog
path: "{{ item }}"
state: directory
mode: "0770"
owner: root
group: weblog
with_items:
- /export/weblog
- /export/weblog/archive
- name: Link data directory
ansible.builtin.file: