src.nth.io/

summaryrefslogtreecommitdiff
path: root/lnd/tasks
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-12-12 20:08:28 -0600
committerLuke Hoersten <[email protected]>2021-12-12 20:08:28 -0600
commit60ef788acdddc669c85ce0cda66ff03d7b2fe3f6 (patch)
treea714e50fbff167d89036312456e1fe69cc00752a /lnd/tasks
parent5d55415f92885fb46d7858b029448ba6dcaf0b0f (diff)
Updated versions.
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 72b3ac6..9b40b88 100644
--- a/lnd/tasks/main.yaml
+++ b/lnd/tasks/main.yaml
@@ -2,7 +2,7 @@
- name: add lnd user
become: yes
- user: name="{{lnd_user}}"
+ user: name="{{lnd_user}}" shell="/bin/false" system="yes"
- name: download lnd
become: yes