fix: use correct docker-compose task

This commit is contained in:
Bert-Jan Fikse 2025-08-20 16:04:41 +02:00
parent 42790104dd
commit 5924fd8763
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
2 changed files with 3 additions and 3 deletions

View file

@ -3,6 +3,6 @@
# handlers file for reverseproxy
- name: restart traefik
docker_compose:
community.docker.docker_compose_v2:
project_src: "{{ docker_compose_dir }}"
restarted: yes
state: restarted

View file

@ -52,6 +52,6 @@
mode: '0644'
- name: Start traefik container
docker_compose:
community.docker.docker_compose_v2:
project_src: "{{ docker_compose_dir }}"
state: present