mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			143 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			143 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
- name: "Execute migration for '{{ application_id }}'"
 | 
						|
  command:
 | 
						|
    cmd: "docker exec {{ MASTODON_CONTAINER }} bundle exec rails db:migrate"
 |