From 1a2c49eb8d601bd27ffec96aec4d319454c20387 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 16 Nov 2020 16:43:09 -0600 Subject: Replaced with_items with loop. --- homebridge/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'homebridge/tasks') 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 -- cgit v1.2.3