DokuWiki wants page filenames in lower case

This commit is contained in:
Sven Velt 2020-11-25 10:45:34 +01:00
parent 6562dba5c9
commit 2473b97ac3

View file

@ -11,7 +11,7 @@
local_action: local_action:
module: template module: template
src: host.j2 src: host.j2
dest: "{{ doku_path }}/{{ inventory_hostname }}.txt" dest: "{{ doku_path }}/{{ inventory_hostname|lower }}.txt"
- name: write index page - name: write index page
local_action: local_action: