src.nth.io/

summaryrefslogtreecommitdiff
path: root/lnd/tasks
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-05-12 19:51:46 -0500
committerLuke Hoersten <[email protected]>2020-05-12 19:51:46 -0500
commitdbaa72fb40b77fab96701cfb0f61ad2ab73aa532 (patch)
treeb5c55ffbb4d9f66d92e54b15867725a01ec62547 /lnd/tasks
parent20f74df71e4223591d5a26010df575c99ad3dc43 (diff)
Moved from with_items to loop.
Diffstat (limited to 'lnd/tasks')
-rw-r--r--lnd/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lnd/tasks/main.yaml b/lnd/tasks/main.yaml
index d283ccb..edea807 100644
--- a/lnd/tasks/main.yaml
+++ b/lnd/tasks/main.yaml
@@ -43,7 +43,7 @@
owner: "{{lnd_user}}"
group: "{{lnd_user}}"
mode: "0770"
- with_items:
+ loop:
- "{{lnd_data_dir}}"
- "{{lnd_log_dir}}"
- "{{lnd_conf_dir}}"