src.nth.io/

summaryrefslogtreecommitdiff
path: root/homebridge
diff options
context:
space:
mode:
Diffstat (limited to 'homebridge')
-rw-r--r--homebridge/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/homebridge/tasks/main.yaml b/homebridge/tasks/main.yaml
index 59f2f76..cbdf427 100644
--- a/homebridge/tasks/main.yaml
+++ b/homebridge/tasks/main.yaml
@@ -32,7 +32,7 @@
- name: install platform accessories
become: yes
npm: name="{{item}}" global="yes"
- with_items: "{{homebridge_npm_packages}}"
+ loop: "{{homebridge_npm_packages}}"
notify: restart homebridge service
- name: configure homebridge