Skip to content

Commit

Permalink
Fix new docker compose module
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsi committed Sep 17, 2024
1 parent 8fc448a commit ba90dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/roles/metrics/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
community.docker.docker_compose_v2:
project_src: "{{ docker_folder }}/metrics"
recreate: always
build: true
build: always
pull: always
state: present
2 changes: 1 addition & 1 deletion deployment/roles/validator/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
community.docker.docker_compose_v2:
project_src: /etc/docker/validator
recreate: always
build: true
build: always
pull: always
state: present

0 comments on commit ba90dc6

Please sign in to comment.