DokuWiki wants page filenames in lower case
This commit is contained in:
parent
6562dba5c9
commit
2473b97ac3
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue