src.nth.io/

summaryrefslogtreecommitdiff
path: root/homebridge/tasks
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-11-16 16:43:09 -0600
committerLuke Hoersten <[email protected]>2020-11-16 16:43:09 -0600
commit1a2c49eb8d601bd27ffec96aec4d319454c20387 (patch)
tree5a0a5a332433db7b462bf369baa2a153ad08cd9f /homebridge/tasks
parentd5cc77393693f09ad2bc26576384b8d57e95d490 (diff)
Replaced with_items with loop.
Diffstat (limited to 'homebridge/tasks')
-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