Skip to content

Commit

Permalink
fix compose module syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Nov 29, 2024
1 parent b2edea4 commit fa738ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
- name: Create and start services
community.docker.docker_compose_v2:
project_src: "{{ compose_directory }}"
pull: yes
build: yes
pull: "always"
build: "always"
remove_orphans: yes

- name: Reload nginx config
Expand Down

0 comments on commit fa738ec

Please sign in to comment.