diff options
| author | Luke Hoersten <[email protected]> | 2020-11-16 16:43:09 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-11-16 16:43:09 -0600 |
| commit | 1a2c49eb8d601bd27ffec96aec4d319454c20387 (patch) | |
| tree | 5a0a5a332433db7b462bf369baa2a153ad08cd9f /homebridge/tasks | |
| parent | d5cc77393693f09ad2bc26576384b8d57e95d490 (diff) | |
Replaced with_items with loop.
Diffstat (limited to 'homebridge/tasks')
| -rw-r--r-- | homebridge/tasks/main.yaml | 2 |
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 |
