mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			253 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			253 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
- block:
 | 
						|
    - include_tasks: 01_core.yml
 | 
						|
  when: 
 | 
						|
    - run_once_sys_ctl_bkp_docker_2_loc is not defined
 | 
						|
 | 
						|
- name: "include 04_seed-database-to-backup.yml"
 | 
						|
  include_tasks: 04_seed-database-to-backup.yml
 | 
						|
  when:
 | 
						|
    - BKP_DOCKER_2_LOC_DB_ENABLED | bool
 |