diff --git a/defaults/main.yml b/defaults/main.yml index a47680d..3f29db0 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -30,8 +30,6 @@ certbot_certs: [] # - domains: # - example3.com -certbot_create_extra_args: "" - certbot_create_command: >- {{ certbot_script }} certonly --{{ certbot_create_method }} {{ '--hsts' if certbot_hsts else '' }}