Skip to content

Commit

Permalink
upgrade docker_compose ansible module, install docker compose via apt
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsi committed Sep 17, 2024
1 parent 29acd8a commit bc957ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deployment/roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
- docker-buildx-plugin
- docker-compose-plugin
- python3-docker
- python3-docker-compose
update_cache: true
cache_valid_time: 3600

Expand Down
2 changes: 1 addition & 1 deletion deployment/roles/reverseproxy/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
- subnet: fd01::/80

- name: Run traefik
community.docker.docker_compose:
community.docker.docker_compose_v2:
project_src: "{{ docker_folder }}/traefik"
nocache: true
state: present

0 comments on commit bc957ca

Please sign in to comment.