Update create-cert-webroot.yml

Removed debug logging of var as it could have protected information
This commit is contained in:
Ryan Faircloth 2018-11-27 06:49:28 -05:00 committed by Simon Spannagel
parent 23f593aaaf
commit c7e5eec8cc

View File

@ -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