diff --git a/tasks/build.yml b/tasks/build.yml index 7747fa8..4c1c3bb 100644 --- a/tasks/build.yml +++ b/tasks/build.yml @@ -7,7 +7,7 @@ project_src: "{{ service_dir | mandatory }}" state: present restarted: false - recreate: smart + recreate: "auto" build: "always" remove_orphans: true profiles: docker_profiles diff --git a/tasks/running.yml b/tasks/running.yml index bd802c9..faaffdb 100644 --- a/tasks/running.yml +++ b/tasks/running.yml @@ -8,7 +8,7 @@ pull: always state: present restarted: true - recreate: smart + recreate: "auto" build: "never" profiles: docker_profiles remove_orphans: true