mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-30 18:01:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			164 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			164 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| - hosts: windows
 | |
|   name: Test
 | |
|   gather_facts: true
 | |
|   tasks:
 | |
|     - name: Run basic PowerShell script
 | |
|       win_file:
 | |
|         path: c:\lala 
 | |
|         state: directory
 | 
