style: fix bare urls

This commit is contained in:
Simon Cornet 2025-06-13 11:52:30 +02:00
commit 89528856a9

View file

@ -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 | <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+ |
### ntp