fix config file name

master
BuckarooBanzay 2022-08-29 07:41:31 +02:00
parent 45f5a96ce1
commit 3d2dcc0110
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@
- name: Template matterbridge config
template:
src: "config/matterbridge.conf"
dest: "{{compose_directory}}/config/matterbridge.conf"
src: "config/matterbridge.toml"
dest: "{{compose_directory}}/config/matterbridge.toml"
- name: Create and start services
community.general.docker_compose: