fix(docs): typos and formatting

This commit is contained in:
transcaffeine 2024-09-21 11:36:21 +02:00
parent bd43f3963c
commit fc73fdd1fa
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ and configuring basic system utilities like gnupg, ssh etc
- [`gnupg`](roles/gnupg/README.md): configures gnupg on the target system
- [`lego`](roles/lego/README.md): runs [lego (LetsEncrypt Go]](https://github.com/go-acme/lego),
- [`lego`](roles/lego/README.md): runs [lego (LetsEncrypt Go)](https://github.com/go-acme/lego),
a ACME client written in go, using systemd (timers). Multi-instance capable.
- [`mariadb`](roles/mariadb/README.md): runs [MariaDB Server](https://mariadb.org/), one of the world's most popular open source relational database

View File

@ -21,5 +21,5 @@ The usage example below assumes `powerdns` is running in a container named `powe
powerdns_tsig_key_container_name: 'powerdns'
```
> [!INFO]
> [!NOTE]
> Support for non-docker deployments is pending.