From 786c902a3cb73ad5b44df236a346fdcd6a656cef Mon Sep 17 00:00:00 2001 From: Josh <jokajak@gmail.com> Date: Mon, 31 Aug 2020 16:05:18 -0400 Subject: [PATCH] Update README-dnszone.md Fix indentation in example usage of name_from_ip --- README-dnszone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-dnszone.md b/README-dnszone.md index c5a7ab32..c9a5e164 100644 --- a/README-dnszone.md +++ b/README-dnszone.md @@ -181,7 +181,7 @@ Example playbook to create a zone for reverse DNS lookup, from an IP address, gi become: true tasks: - - name: Ensure zone for reverse DNS lookup is present. + - name: Ensure zone for reverse DNS lookup is present. ipadnszone: ipaadmin_password: SomeADMINpassword name_from_ip: 192.168.1.2/24 -- GitLab