src.nth.io/

summaryrefslogtreecommitdiff
path: root/bitcoind/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'bitcoind/tasks/main.yaml')
-rw-r--r--bitcoind/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitcoind/tasks/main.yaml b/bitcoind/tasks/main.yaml
index cafe988..d512d98 100644
--- a/bitcoind/tasks/main.yaml
+++ b/bitcoind/tasks/main.yaml
@@ -2,7 +2,7 @@
- name: add bitcoind user
become: yes
- user: name="{{bitcoind_user}}"
+ user: name="{{bitcoind_user}}" shell="/bin/false" system="yes"
- name: download bitcoind
become: yes