mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Changed handler order
This commit is contained in:
		@@ -6,8 +6,8 @@
 | 
			
		||||
    - "{{ application_id | abs_role_path_by_application_id }}/templates/Dockerfile.j2"
 | 
			
		||||
    - "{{ application_id | abs_role_path_by_application_id }}/files/Dockerfile"
 | 
			
		||||
  notify: 
 | 
			
		||||
    - docker compose up
 | 
			
		||||
    - docker compose build
 | 
			
		||||
    - docker compose up
 | 
			
		||||
  register: create_dockerfile_result
 | 
			
		||||
  failed_when:
 | 
			
		||||
    - create_dockerfile_result is failed
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user