===== Mounted file systems ===== ^ Device ^ Mount point ^ File system ^ Size ^ {% for item in ansible_mounts %} | {{ item.device | replace('//', '/') }} | {{ item.mount }} | {{ item.fstype }} | {{ item.size_total | human_readable(unit="G") }} | {% endfor %}