Migrate to Ansible docker_compose_v2

This commit is contained in:
Ashish D'Souza 2025-04-04 11:16:28 -05:00
parent f404cb2d20
commit c46013676c
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
FRIGATE_BACK_DOOR_RTSP_PASSWORD: '{{frigate_config.rtsp.back_door.password}}'
FRIGATE_FAMILY_ROOM_RTSP_PASSWORD: '{{frigate_config.rtsp.family_room.password}}'
FRIGATE_OFFICE_RTSP_PASSWORD: '{{frigate_config.rtsp.office.password}}'
community.docker.docker_compose:
community.docker.docker_compose_v2:
project_name: frigate
project_src: '{{docker_compose_dir.path}}'
state: present

View File

@ -12,7 +12,7 @@
mode: preserve
- name: Docker Compose down Frigate
community.docker.docker_compose:
community.docker.docker_compose_v2:
project_name: frigate
project_src: '{{docker_compose_dir.path}}'
state: absent