diff --git a/update.yml b/update.yml index 9854790..69373cc 100644 --- a/update.yml +++ b/update.yml @@ -31,7 +31,7 @@ - community.docker.docker_compose_v2: project_src: /opt/dockerapps/ - pull: true + pull: always when: - inventory_hostname == 'scaleway' @@ -59,4 +59,5 @@ body: "{{ ansible_play_hosts }}" status_code: 200 delegate_to: localhost + run_once: true