style: fix bare urls
This commit is contained in:
parent
c7d0807b37
commit
89528856a9
1 changed files with 3 additions and 3 deletions
|
|
@ -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_automatic_reboot | boolean | true | Toggle automated reboots |
|
||||||
| apt_enable_multiverse | boolean | false | Toggle multiverse repository |
|
| apt_enable_multiverse | boolean | false | Toggle multiverse repository |
|
||||||
| apt_enable_universe | boolean | true | Toggle universe repository |
|
| apt_enable_universe | boolean | true | Toggle universe repository |
|
||||||
| apt_repository | string | https://archive.ubuntu.com/ubuntu | Ubuntu 22 |
|
| apt_repository | string | <https://archive.ubuntu.com/ubuntu> | Ubuntu 22 |
|
||||||
| apt_repository_main | string | https://archive.ubuntu.com/ubuntu | Ubuntu 24+ |
|
| apt_repository_main | string | <https://archive.ubuntu.com/ubuntu> | Ubuntu 24+ |
|
||||||
| apt_repository_security | string | https://archive.ubuntu.com/ubuntu | Ubuntu 24+ |
|
| apt_repository_security | string | <https://archive.ubuntu.com/ubuntu> | Ubuntu 24+ |
|
||||||
|
|
||||||
### ntp
|
### ntp
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue