mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			297 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			297 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: "Execute migration for '{{ application_id }}'"
 | |
|   command:
 | |
|     cmd: "docker-compose run --rm web bundle exec rails db:migrate"
 | |
|     chdir: "{{ docker_compose.directories.instance }}"  
 | |
| 
 | |
| - name: "Include administrator routines for '{{ application_id }}'"
 | |
|   include_tasks: 02_administrator.yml |