From c7e5eec8ccc4b771408319e3d4153021cdb27404 Mon Sep 17 00:00:00 2001 From: Ryan Faircloth <35384120+rfaircloth-splunk@users.noreply.github.com> Date: Tue, 27 Nov 2018 06:49:28 -0500 Subject: [PATCH] Update create-cert-webroot.yml Removed debug logging of var as it could have protected information --- tasks/create-cert-webroot.yml | 4 ---- 1 file changed, 4 deletions(-) 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