Print the certificates install path
This commit is contained in:
parent
2e944d8b32
commit
2894281ae0
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in New Issue