2023-06-19 15:12:18 +02:00
|
|
|
===== Mounted file systems =====
|
|
|
|
|
|
|
|
^ Device ^ Mount point ^ File system ^ Size ^
|
|
|
|
{% for item in ansible_mounts %}
|
2023-10-23 17:53:08 +02:00
|
|
|
| {{ item.device | replace('//', '/') }} | {{ item.mount }} | {{ item.fstype }} | {{ item.size_total | human_readable(unit="G") }} |
|
2023-06-19 15:12:18 +02:00
|
|
|
{% endfor %}
|