mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			142 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			142 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
- block:
 | 
						|
  - include_tasks: 01_core.yml
 | 
						|
  - set_fact:
 | 
						|
      run_once_util_desk_design: true
 | 
						|
  when: run_once_util_desk_design is not defined
 | 
						|
 |