Fix: Dokuwiki can't parse double slashes
This commit is contained in:
parent
ab6ba6ee59
commit
5797b88e88
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
|||
|
||||
^ Device ^ Mount point ^ File system ^ Size ^
|
||||
{% for item in ansible_mounts %}
|
||||
| {{ item.device }} | {{ item.mount }} | {{ item.fstype }} | {{ item.size_total | human_readable(unit="G") }} |
|
||||
| {{ item.device | replace('//', '/') }} | {{ item.mount }} | {{ item.fstype }} | {{ item.size_total | human_readable(unit="G") }} |
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue