Added more debugging info

This commit is contained in:
Kevin Veen-Birkenbach 2025-03-21 16:19:34 +01:00
parent ad9b22a792
commit 92000e5d43
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -10,7 +10,7 @@
state: directory
mode: '0755'
- name: pull the source repository to build the Sphinx documentation from {{ applications.sphinx.repository_sphinx_source }}
- name: "pull the source repository to build the Sphinx documentation from {{ applications.sphinx.repository_sphinx_source }} to {{ host_sphinx_source_dir_absolute }}"
git:
repo: "{{ applications.sphinx.repository_sphinx_source }}"
dest: "{{ host_sphinx_source_dir_absolute }}"