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 /node/conf | |
| parent | 42436cd2092d53f403b4b59fb77e63ab52fa6356 (diff) | |
Added bitcoind ansible
Diffstat (limited to 'node/conf')
| -rw-r--r-- | node/conf/tasks/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/conf/tasks/main.yaml b/node/conf/tasks/main.yaml index b81c558..7970743 100644 --- a/node/conf/tasks/main.yaml +++ b/node/conf/tasks/main.yaml @@ -13,7 +13,7 @@ - "{{node_log_dir}}" - "{{node_conf_dir}}" -- name: install conf +- name: configure node become: yes template: src: "{{node_conf_template}}" |
