src.nth.io/

summaryrefslogtreecommitdiff
path: root/bitcoind/tasks
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-06-07 11:11:08 -0500
committerLuke Hoersten <[email protected]>2020-06-07 11:11:08 -0500
commita07129cac4cfec1381de524970ac2beb05b76ca3 (patch)
tree8e60a5253e1b8a8e23bc8cc842df640c744deac0 /bitcoind/tasks
parentbdf1d899839b88a69400a2f147821ec806eadbee (diff)
Updated bitcoind and lnd.
Diffstat (limited to 'bitcoind/tasks')
-rw-r--r--bitcoind/tasks/main.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitcoind/tasks/main.yaml b/bitcoind/tasks/main.yaml
index 2d0745c..cafe988 100644
--- a/bitcoind/tasks/main.yaml
+++ b/bitcoind/tasks/main.yaml
@@ -4,7 +4,7 @@
become: yes
user: name="{{bitcoind_user}}"
-- name: unarchive bitcoind
+- name: download bitcoind
become: yes
unarchive:
remote_src: yes
@@ -24,6 +24,7 @@
loop:
- "bitcoind"
- "bitcoin-cli"
+ notify: restart bitcoind
- name: create bitcoind data dir
become: yes