diff --git a/deploy_remote.yml b/deploy_remote.yml index 39c711d..46258b2 100644 --- a/deploy_remote.yml +++ b/deploy_remote.yml @@ -45,5 +45,4 @@ community.docker.docker_compose_v2: project_src: "{{ install_dir }}" state: present - restarted: yes - build: yes + recreate: always