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 /nodejs | |
| parent | d5cc77393693f09ad2bc26576384b8d57e95d490 (diff) | |
Replaced with_items with loop.
Diffstat (limited to 'nodejs')
| -rw-r--r-- | nodejs/tasks/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nodejs/tasks/main.yaml b/nodejs/tasks/main.yaml index e6a668b..ef6fbe5 100644 --- a/nodejs/tasks/main.yaml +++ b/nodejs/tasks/main.yaml @@ -18,6 +18,6 @@ name: "{{item}}" path: "/opt/{{nodejs_dir}}/bin/{{item}}" priority: "1" - with_items: + loop: - "node" - "npm" |
