fix missing quotes
This commit is contained in:
parent
b56931ce88
commit
6114abc830
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user