From 89528856a98a96a32eea358c30a30d8560044f21 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 13 Jun 2025 11:52:30 +0200 Subject: [PATCH] style: fix bare urls --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 2953990..7aa7161 100644 --- a/readme.md +++ b/readme.md @@ -43,9 +43,9 @@ This role manages the build-in 'core' Operating System components and defaults t | apt_automatic_reboot | boolean | true | Toggle automated reboots | | apt_enable_multiverse | boolean | false | Toggle multiverse repository | | apt_enable_universe | boolean | true | Toggle universe repository | -| apt_repository | string | https://archive.ubuntu.com/ubuntu | Ubuntu 22 | -| apt_repository_main | string | https://archive.ubuntu.com/ubuntu | Ubuntu 24+ | -| apt_repository_security | string | https://archive.ubuntu.com/ubuntu | Ubuntu 24+ | +| apt_repository | string | | Ubuntu 22 | +| apt_repository_main | string | | Ubuntu 24+ | +| apt_repository_security | string | | Ubuntu 24+ | ### ntp