mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	solved variable bug
This commit is contained in:
		@@ -12,7 +12,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- name: setup git
 | 
					- name: setup git
 | 
				
			||||||
  command: gitconfig --merge-option rebase --name "{{users.client.full_name}}" --email "{{users.client.email}}" --website "{{users.client.website}}" --signing gpg --gpg-key "{{users.client.gpg}}"
 | 
					  command: gitconfig --merge-option rebase --name "{{users.client.full_name}}" --email "{{users.client.email}}" --website "{{users.client.website}}" --signing gpg --gpg-key "{{users.client.gpg}}"
 | 
				
			||||||
  when: run_once_the gitconfig is not defined
 | 
					  when: run_once_gitconfig is not defined
 | 
				
			||||||
  become: false
 | 
					  become: false
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
- name: run the gitconfig tasks once
 | 
					- name: run the gitconfig tasks once
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user