mirror of
https://git.wownero.com/dsc/ansible-remote-node.git
synced 2024-08-15 01:03:28 +00:00
Update wownerod to v0.9.1.0
This commit is contained in:
parent
83831f1c29
commit
379089a84c
2 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
wownero_remote_url: 'https://git.wownero.com/attachments/d37154e8-0210-447e-b219-be9ddfdddc67'
|
||||
wownero_remote_hash: 'sha256:499ba7a3e1f75f23ea7f7a03e75ef801541698a3045d728daf41b71d4fd65a38'
|
||||
wownero_version: "0.9.0.2"
|
||||
wownero_remote_url: 'https://git.wownero.com/attachments/64e4a11c-cdce-42de-b551-5f533fe42d48'
|
||||
wownero_remote_hash: 'sha256:d93b77c897ece24669caf448b056a2c80eb4363ae147743d3d365ad1c7d469ff'
|
||||
wownero_version: "0.9.1.0"
|
||||
wownero_bin_dir: "/usr/local/bin"
|
||||
wownerod_path: "{{ wownero_bin_dir }}/wownerod"
|
||||
wownerod_p2p_port: "34567"
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
dest: "{{ wownero_bin_dir }}"
|
||||
extra_opts:
|
||||
- "--strip-components=1"
|
||||
- "--wildcards"
|
||||
- "--add-file"
|
||||
- "wownero-x86_64-linux-gnu-v{{ wownero_version }}/wownerod"
|
||||
- "wownero-*/wownerod"
|
||||
notify:
|
||||
- restart wownerod
|
||||
|
|
Loading…
Reference in a new issue