From 2473b97ac30d9c02c5c9cd4d2e4da97b8d4a60b1 Mon Sep 17 00:00:00 2001 From: Sven Velt Date: Wed, 25 Nov 2020 10:45:34 +0100 Subject: [PATCH] DokuWiki wants page filenames in lower case --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 3abf5e8..a1c3d8a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -11,7 +11,7 @@ local_action: module: template src: host.j2 - dest: "{{ doku_path }}/{{ inventory_hostname }}.txt" + dest: "{{ doku_path }}/{{ inventory_hostname|lower }}.txt" - name: write index page local_action: