From fc73fdd1fa9130201eb1593ba79e2b78238e9d07 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Sat, 21 Sep 2024 11:36:21 +0200 Subject: [PATCH] fix(docs): typos and formatting --- README.md | 2 +- roles/powerdns_tsig_key/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fee88ad..b640e37 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/roles/powerdns_tsig_key/README.md b/roles/powerdns_tsig_key/README.md index 099100e..43fb501 100644 --- a/roles/powerdns_tsig_key/README.md +++ b/roles/powerdns_tsig_key/README.md @@ -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.