mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Update create-cert-webroot.yml
Removed debug logging of var as it could have protected information
This commit is contained in:
parent
b935db607e
commit
8d5365591c
@ -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…
x
Reference in New Issue
Block a user