From 6114abc8305d4ebe9981f3e3fab387eef5ff6ec8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 23 Jun 2018 18:28:23 +0200 Subject: [PATCH] fix missing quotes --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 2949650..a858af3 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -34,7 +34,7 @@ certbot_command_arguments: # Setup manual auth for core-networks api certbot_core_networks_plugin_enabled: False certbot_core_networks_plugin_repo: https://git.rknet.org/xoxys/certbot_dns_corenetworks.git -certbot_core_networks_base_dir: {{ certbot_plugin_dir }}/certbot_dns_corenetworks +certbot_core_networks_base_dir: "{{ certbot_plugin_dir }}/certbot_dns_corenetworks" certbot_core_networks_plugin_version: master certbot_core_networks_api_host: https://beta.api.core-networks.de/ certbot_core_networks_api_user: myuser