Migrate to Ansible docker_compose_v2
This commit is contained in:
parent
f404cb2d20
commit
c46013676c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue