From 79b21f6d4cfd61a78e6b7966934008a699095587 Mon Sep 17 00:00:00 2001 From: NaeiKinDus Date: Sat, 6 Jan 2024 00:00:00 +0000 Subject: [PATCH] doc: fixed list indentation for #Advanced Configuration > Global Variables --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8507eeb..674b37f 100644 --- a/README.md +++ b/README.md @@ -124,11 +124,11 @@ task venv -- ansible-galaxy collection init tooling ## Advanced Configuration ### Global variables Global variables are defined in `inventory/group_vars/all/vars.yml` and are used in multiple roles and playbooks. -`dns.type`: what type of DNS configuration should be performed; also works as a selector for type related parameters; -`dns.default`: default type of DNS configuration to setup; will use the corresponding `dns.` dictionary retrieve corresponding data; -`dns.udp`: IP addresses for basic DNS configuration; -`dns.dot`: IP addresses for DNS-over-TLS configuration; -`dns.doh`: IP addresses and HTTPS addresses for DNS-over-HTTPS configuration; +- `dns.type`: what type of DNS configuration should be performed; also works as a selector for type related parameters; +- `dns.default`: default type of DNS configuration to setup; will use the corresponding `dns.` dictionary retrieve corresponding data; +- `dns.udp`: IP addresses for basic DNS configuration; +- `dns.dot`: IP addresses for DNS-over-TLS configuration; +- `dns.doh`: IP addresses and HTTPS addresses for DNS-over-HTTPS configuration; ## Notes ***dir layout***