From 032fe22d1445c4611bc2dc8a09e5a1ea4cd95344 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 30 Jun 2023 19:26:18 +0200 Subject: [PATCH] Use FQCN for the debug task. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 6e3f0c1..5e2311f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -180,7 +180,7 @@ register: acme_sh_certificate_issued - name: Print the install path - debug: + ansible.builtin.debug: msg: "Certificates install path: {{ letsencrypt_acme_sh_certificates_install_path }}" - name: Check if the certificates install path is a link