mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	Added more debugging info
This commit is contained in:
		@@ -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 }}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user