From 52889582a9636973ca52015fc22cc71dd19ef31e Mon Sep 17 00:00:00 2001 From: Daniel Jensen Date: Mon, 4 Sep 2023 17:20:32 +0200 Subject: [PATCH] README.md: Fixed bad documentation for Zones - Dynamic --- roles/bind/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bind/README.md b/roles/bind/README.md index 427c879eb..3c1011814 100644 --- a/roles/bind/README.md +++ b/roles/bind/README.md @@ -106,7 +106,7 @@ manala_bind_configs: content: | zone "foo.local" { type master; - file "{{ 'foo.local' | manala_bind_zone_file }}"; + file "{{ 'foo.local' | manala.roles.bind_zone_file }}"; allow-update { localhost; }; };