From b9b945943a33ba2eb342d826a83d8a80898ec39d Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Thu, 15 Feb 2024 09:39:14 -0300 Subject: [PATCH] README-dnszone: Fix yaml code block declaration. There was a space between the code block marker and the highlight hint in a playbook example. --- README-dnszone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-dnszone.md b/README-dnszone.md index 775933126d..75468e5ae4 100644 --- a/README-dnszone.md +++ b/README-dnszone.md @@ -135,7 +135,7 @@ Example playbook to enable a zone: Example playbook to allow per-zone privilege delegation: -``` yaml +```yaml --- - name: Playbook to enable per-zone privilege delegation hosts: ipaserver