From 2894281ae00b71288e58c3b4b5fe5ce04b9dda0e Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 30 Jun 2023 19:17:49 +0200 Subject: [PATCH] Print the certificates install path --- tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 3ab83f4..6e3f0c1 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -179,6 +179,10 @@ creates: '{{ letsencrypt_acme_sh_base_data_dir }}/data/ok_certificate_issued' register: acme_sh_certificate_issued + - name: Print the install path + debug: + msg: "Certificates install path: {{ letsencrypt_acme_sh_certificates_install_path }}" + - name: Check if the certificates install path is a link ansible.builtin.stat: path: "{{ letsencrypt_acme_sh_certificates_install_path }}"