Skip to content

Commit

Permalink
Fix removed docker_compose Ansible module
Browse files Browse the repository at this point in the history
  • Loading branch information
Tassatux committed Nov 15, 2024
1 parent e622a22 commit c8724e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/apiserver_docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
mode: 0600

- name: 'Start compose stack'
docker_compose:
community.docker.docker_compose_v2:
project_src: '{{ apiserver_proxy_stack_dir }}'
state: present
when: >-
Expand Down
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 @@ -2,7 +2,7 @@
- name: "Upgrade to haproxy"
block:
- name: "Stop compose stack"
docker_compose:
community.docker.docker_compose_v2:
project_src: '{{ apiserver_proxy_stack_dir }}'
state: absent
vars:
Expand Down

0 comments on commit c8724e4

Please sign in to comment.