diff options
| author | Luke Hoersten <[email protected]> | 2020-05-12 19:19:36 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-05-12 19:19:36 -0500 |
| commit | e15954d16ab8fa98faae42afd828dd2a55324ba7 (patch) | |
| tree | 7ded7b4876a23720114b019c0682b0a467b645b8 /bitcoind/handlers/main.yaml | |
| parent | 42436cd2092d53f403b4b59fb77e63ab52fa6356 (diff) | |
Added bitcoind ansible
Diffstat (limited to 'bitcoind/handlers/main.yaml')
| -rw-r--r-- | bitcoind/handlers/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bitcoind/handlers/main.yaml b/bitcoind/handlers/main.yaml new file mode 100644 index 0000000..b3e4bdb --- /dev/null +++ b/bitcoind/handlers/main.yaml @@ -0,0 +1,5 @@ +--- + +- name: restart bitcoind + become: yes + systemd: service="bitcoind.service" state="restarted" daemon_reload="yes" |
