fixup! Migrate to docker_compose_v2
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
			
		||||
    state: present
 | 
			
		||||
    restarted: false
 | 
			
		||||
    recreate: smart
 | 
			
		||||
    build: true
 | 
			
		||||
    build: "always"
 | 
			
		||||
    remove_orphans: true
 | 
			
		||||
    profiles: docker_profiles
 | 
			
		||||
  when: (compose_files.changed and execute == "smart") or execute == "always"
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@
 | 
			
		||||
    state: present
 | 
			
		||||
    restarted: true
 | 
			
		||||
    recreate: smart
 | 
			
		||||
    build: false
 | 
			
		||||
    build: "never"
 | 
			
		||||
    profiles: docker_profiles
 | 
			
		||||
    remove_orphans: true
 | 
			
		||||
  when: (compose_files.changed and execute == "smart") or execute == "always"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user