mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	Added more debugging info
This commit is contained in:
		@@ -10,7 +10,7 @@
 | 
				
			|||||||
    state: directory
 | 
					    state: directory
 | 
				
			||||||
    mode: '0755'
 | 
					    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:
 | 
					  git:
 | 
				
			||||||
    repo: "{{ applications.sphinx.repository_sphinx_source }}"
 | 
					    repo: "{{ applications.sphinx.repository_sphinx_source }}"
 | 
				
			||||||
    dest: "{{ host_sphinx_source_dir_absolute }}"
 | 
					    dest: "{{ host_sphinx_source_dir_absolute }}"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user