From 3cd0fa921a5ed1f403175ff7b816ce7a6a94b469 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 15 May 2026 13:04:17 +0200 Subject: [PATCH] style(readme): align markdown tables --- readme.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/readme.md b/readme.md index 136cc75..7420a0d 100644 --- a/readme.md +++ b/readme.md @@ -4,18 +4,18 @@ Install and configure NFS client with systemd-managed mounts. ## Variables -| Variable | Required | Default | Description | -|----------|----------|---------|-------------| -| `nfs_mount` | Yes | `[]` | List of NFS mounts to configure | -| `nfs_mount[].nfs_host` | Yes | - | NFS server hostname or IP | -| `nfs_mount[].nfs_dir` | Yes | - | Remote directory path on NFS server | -| `nfs_mount[].local_dir_path` | Yes | - | Local mount point path | -| `nfs_mount[].nfs_opts` | Yes | - | NFS mount options | -| `nfs_mount[].nfs_fstype` | No | `nfs4` | NFS filesystem type | -| `nfs_mount[].local_dir_owner` | No | `root` | Local directory owner | -| `nfs_mount[].local_dir_group` | No | `root` | Local directory group | -| `nfs_mount[].local_dir_mode` | No | `0775` | Local directory permissions | -| `nfs_mount[].before_service` | No | - | List of systemd services to start after mount | +| Variable | Required | Default | Description | +| ----------------------------- | ---------- | --------- | --------------------------------------------- | +| `nfs_mount` | Yes | `[]` | List of NFS mounts to configure | +| `nfs_mount[].nfs_host` | Yes | - | NFS server hostname or IP | +| `nfs_mount[].nfs_dir` | Yes | - | Remote directory path on NFS server | +| `nfs_mount[].local_dir_path` | Yes | - | Local mount point path | +| `nfs_mount[].nfs_opts` | Yes | - | NFS mount options | +| `nfs_mount[].nfs_fstype` | No | `nfs4` | NFS filesystem type | +| `nfs_mount[].local_dir_owner` | No | `root` | Local directory owner | +| `nfs_mount[].local_dir_group` | No | `root` | Local directory group | +| `nfs_mount[].local_dir_mode` | No | `0775` | Local directory permissions | +| `nfs_mount[].before_service` | No | - | List of systemd services to start after mount | ## Example