From a826bf1781fc7b553aa3c2eabac84f09c4ceda2d Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
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 77593312..75468e5a 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
-- 
GitLab