13 lines
		
	
	
		
			310 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			310 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
- name: install chocolatey packages
 | 
						|
  win_chocolatey:
 | 
						|
    name:
 | 
						|
      - python
 | 
						|
    state: latest
 | 
						|
 | 
						|
# TODO: - name: install config repo
 | 
						|
# TODO: - name: install pip packages
 | 
						|
# TODO: - name: create config directories/files
 | 
						|
 | 
						|
# TODO: https://docs.python.org/3/using/windows.html#removing-the-max-path-limitation
 |