Skip to content

Commit

Permalink
fix config file name
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Aug 29, 2022
1 parent 45f5a96 commit 3d2dcc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3d2dcc0

Please sign in to comment.