From 5f8c7bb944a34c0054ca078e6ce460aaf377f2b9 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 15 May 2026 12:01:19 +0200 Subject: [PATCH] style(readme): trim table columns to fit line length --- readme.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index e4f2e38..9294fa5 100644 --- a/readme.md +++ b/readme.md @@ -6,15 +6,15 @@ Manage core Operating System components and system defaults. ### APT Configuration -| Variable | Required | Default | Description | -|-----------------------------|----------|--------------------------------------|------------------------------------------------| -| `apt_automatic_reboot_time` | No | `04:00` | Automated reboot time | -| `apt_automatic_reboot` | No | `true` | Enable automated reboots | -| `apt_enable_multiverse` | No | `false` | Enable multiverse repository | -| `apt_enable_universe` | No | `true` | Enable universe repository | -| `apt_repository` | No | `https://archive.ubuntu.com/ubuntu` | APT repository URL (Ubuntu 22) | -| `apt_repository_main` | No | `https://archive.ubuntu.com/ubuntu` | Main APT repository (Ubuntu 24+) | -| `apt_repository_security` | No | `https://archive.ubuntu.com/ubuntu` | Security APT repository (Ubuntu 24+) | +| Variable | Required | Default | Description | +|-----------------------------|----------|--------------------------------------|--------------------------------------| +| `apt_automatic_reboot_time` | No | `04:00` | Automated reboot time | +| `apt_automatic_reboot` | No | `true` | Enable automated reboots | +| `apt_enable_multiverse` | No | `false` | Enable multiverse repository | +| `apt_enable_universe` | No | `true` | Enable universe repository | +| `apt_repository` | No | `https://archive.ubuntu.com/ubuntu` | APT repository URL (Ubuntu 22) | +| `apt_repository_main` | No | `https://archive.ubuntu.com/ubuntu` | Main APT repository (Ubuntu 24+) | +| `apt_repository_security` | No | `https://archive.ubuntu.com/ubuntu` | Security APT repository (Ubuntu 24+) | ### DNS Configuration