Update create-cert-webroot.yml

Removed debug logging of var as it could have protected information
pull/97/head
Ryan Faircloth 6 years ago committed by Simon Spannagel
parent 23f593aaaf
commit c7e5eec8cc
  1. 4
      tasks/create-cert-webroot.yml

@ -12,10 +12,6 @@
run_once: yes run_once: yes
when: certbot_deployhook is defined when: certbot_deployhook is defined
- debug:
var: certbot_create_command
verbosity: 2
- name: Generate new certificate if one doesn't exist. - name: Generate new certificate if one doesn't exist.
shell: "{{ certbot_create_command }}" shell: "{{ certbot_create_command }}"
when: not letsencrypt_cert.stat.exists when: not letsencrypt_cert.stat.exists

Loading…
Cancel
Save