src.nth.io/

summaryrefslogtreecommitdiff
path: root/nodejs/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 /nodejs/tasks
parentd5cc77393693f09ad2bc26576384b8d57e95d490 (diff)
Replaced with_items with loop.
Diffstat (limited to 'nodejs/tasks')
-rw-r--r--nodejs/tasks/main.yaml2
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"