Print the certificates install path

This commit is contained in:
Andrea Dell'Amico 2023-06-30 19:17:49 +02:00
parent 2e944d8b32
commit 2894281ae0
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 4 additions and 0 deletions

View File

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