mirror of
				https://github.com/ansible-collections/community.general.git
				synced 2024-09-14 20:13:21 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			494 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			494 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
- hosts: windows
 | 
						|
  gather_facts: false
 | 
						|
  roles:
 | 
						|
    - { role: win_group, tags: test_win_group }
 | 
						|
    - { role: win_file, tags: test_win_file }
 | 
						|
    - { role: win_copy, tags: test_win_copy }
 | 
						|
    - { role: win_template, tags: test_win_template }
 | 
						|
    - { role: win_lineinfile, tags: test_win_lineinfile }
 | 
						|
    - { role: win_stat, tags: test_win_stat }
 | 
						|
    - { role: win_get_url, tags: test_win_get_url }
 | 
						|
    - { role: win_msi, tags: test_win_msi }
 | 
						|
    - { role: win_package, tags: test_win_package }
 |