From 3ad1ebb9f627d4ee62ce71fa7c74377bc3ae9a93 Mon Sep 17 00:00:00 2001 From: Gavrilov Alexy Date: Thu, 7 Apr 2016 15:28:13 +0500 Subject: [PATCH] fix docs Examples add ) --- docs/defaults-configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/defaults-configuration.rst b/docs/defaults-configuration.rst index a01ce6f..9574ecf 100644 --- a/docs/defaults-configuration.rst +++ b/docs/defaults-configuration.rst @@ -35,7 +35,7 @@ Examples:: # Read the secret key from an external file dhcpd_secret_secure_key: '{{ lookup("password", secret + "/" + ansible_domain + - "/shared/ddns/keys/secure-key" }}' + "/shared/ddns/keys/secure-key") }}' dhcpd_keys: - key: "secure-key"