src.nth.io/

summaryrefslogtreecommitdiff
path: root/homebridge/tasks/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-05-24 20:34:57 -0500
committerLuke Hoersten <[email protected]>2020-05-24 20:34:57 -0500
commit744e43d53df033c149a8d980ee1122a4c9913a81 (patch)
treed87a9ce5f4924780aa382f2bdc490327773145b6 /homebridge/tasks/main.yaml
parent1e86cbde9d360fd1971b96717d8ae599ae960b3e (diff)
Moved homebridge config to host-specific.
Diffstat (limited to 'homebridge/tasks/main.yaml')
-rw-r--r--homebridge/tasks/main.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/homebridge/tasks/main.yaml b/homebridge/tasks/main.yaml
index 298ea27..73df4c6 100644
--- a/homebridge/tasks/main.yaml
+++ b/homebridge/tasks/main.yaml
@@ -32,13 +32,13 @@
- name: install platform accessories
become: yes
npm: name="{{item}}" global="yes"
- notify: restart homebridge service
with_items: "{{homebridge_npm_packages}}"
+ notify: restart homebridge service
- name: configure homebridge
become: yes
template:
- src: "config.json.j2"
+ src: "{{homebridge_config_template}}"
dest: "{{homebridge_dir}}/config.json"
notify: restart homebridge service