docs: switch Required and Default column for standard

This commit is contained in:
2025-11-16 17:06:42 +01:00
parent 987a3e81cc
commit 0dd3dd299c

View File

@@ -32,12 +32,12 @@ This role doesn't have any dependencies to other roles.
## Variables ## Variables
| Variable | Default | Required | Description | | Variable | Required | Default | Description |
| --------------------------- | ---------------------------------- | -------- | ---------------------------------------------------------------- | | --------------------------- | -------- | ---------------------------------- | ---------------------------------------------------------------- |
| `freshrss_root_dir` | - | **Yes** | Directory where FreshRSS archive is downloaded and extracted | | `freshrss_root_dir` | **Yes** | - | Directory where FreshRSS archive is downloaded and extracted |
| `freshrss_path` | `{{ freshrss_root_dir }}/freshrss` | No | Web-accessible path where FreshRSS will be symlinked | | `freshrss_path` | No | `{{ freshrss_root_dir }}/freshrss` | Web-accessible path where FreshRSS will be symlinked |
| `freshrss_version` | - | **Yes** | FreshRSS version to deploy (e.g., `"1.27.1"`) | | `freshrss_version` | **Yes** | - | FreshRSS version to deploy (e.g., `"1.27.1"`) |
| `freshrss_refresh_interval` | - | **Yes** | Feed refresh interval in minutes (e.g., `15` = every 15 minutes) | | `freshrss_refresh_interval` | **Yes** | - | Feed refresh interval in minutes (e.g., `15` = every 15 minutes) |
## Addititional information ## Addititional information