From e15954d16ab8fa98faae42afd828dd2a55324ba7 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Tue, 12 May 2020 19:19:36 -0500 Subject: Added bitcoind ansible --- bitcoind/handlers/main.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bitcoind/handlers/main.yaml (limited to 'bitcoind/handlers/main.yaml') 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" -- cgit v1.2.3