Skip to content

Commit

Permalink
Merge pull request #70 from ndejesus/fix_docker_compose_module
Browse files Browse the repository at this point in the history
Fix docker compose ansible module in rescue block
  • Loading branch information
Tassatux authored Jan 9, 2025
2 parents a1ccba8 + 7fe5a37 commit be8c956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/apiserver_haproxy_upgrade/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

rescue:
- name: "Restart compose stack if error occured"
docker_compose:
community.docker.docker_compose_v2:
project_src: '{{ apiserver_proxy_stack_dir }}'
state: present
vars:
Expand Down

0 comments on commit be8c956

Please sign in to comment.