diff --git a/tasks/create-cert-webroot.yml b/tasks/create-cert-webroot.yml index 5b5e946..fd43f41 100644 --- a/tasks/create-cert-webroot.yml +++ b/tasks/create-cert-webroot.yml @@ -12,10 +12,6 @@ run_once: yes when: certbot_deployhook is defined -- debug: - var: certbot_create_command - verbosity: 2 - - name: Generate new certificate if one doesn't exist. shell: "{{ certbot_create_command }}" when: not letsencrypt_cert.stat.exists