trailing spaces lint fix

This commit is contained in:
brunobenchimol 2021-11-15 20:45:35 -03:00
parent 2548d4f32b
commit d1ddde3404
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ certbot_create_command: >-
# Parameters DNS Plugins (used when certbot_create_method = dns)
certbot_dns_plugin: rfc2136
# certbot_dns_credentials_custom_file: <file-path> # use when plugin is != rfc2136
# certbot_dns_target_server: 127.0.0.1
# certbot_dns_target_server: 127.0.0.1
# certbot_dns_target_server_port: 53
# certbot_dns_tsig_keyname: "certbot."
# certbot_dns_key_secret: "azertyAZERTY123456"

View File

@ -1,6 +1,6 @@
---
---
certbot_dns_credentials_file: "/etc/letsencrypt/dns-{{ certbot_dns_plugin }}-credentials"
certbot_supported_dns_plugins:
certbot_supported_dns_plugins:
- rfc2136
- cloudflare
- digitalocean