diff options
| author | Luke Hoersten <[email protected]> | 2020-01-11 18:09:32 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-01-11 18:09:32 -0600 |
| commit | 247670f0d69b3269f88630071b246d38238f26ca (patch) | |
| tree | 3811f596894a0f876093484c73bed15ae71155ba /roles/hap-nodejs/tasks/main.yaml | |
| parent | 88efbff3a4720090be9ec97034a34fa7731d66e7 (diff) | |
Updated to latest ansible syntax for lists.
Diffstat (limited to 'roles/hap-nodejs/tasks/main.yaml')
| -rw-r--r-- | roles/hap-nodejs/tasks/main.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/hap-nodejs/tasks/main.yaml b/roles/hap-nodejs/tasks/main.yaml index e56fae8..f83a4da 100644 --- a/roles/hap-nodejs/tasks/main.yaml +++ b/roles/hap-nodejs/tasks/main.yaml @@ -13,8 +13,7 @@ - name: install homekit apt packages become: yes - apt: name="{{item}}" - with_items: "{{hap_apt_packages}}" + apt: name="{{hap_apt_packages}}" notify: restart hap-nodejs service - name: download and unarchive HAP-NodeJS |
