mirror of
https://git.wownero.com/dsc/ansible-remote-node.git
synced 2024-08-15 01:03:28 +00:00
adhoc
This commit is contained in:
parent
d341a0d3aa
commit
1495748d5f
3 changed files with 9 additions and 17 deletions
|
@ -2,20 +2,10 @@
|
|||
- name: Download release tarball
|
||||
get_url:
|
||||
url: "{{ wownero_remote_url }}"
|
||||
dest: "/tmp/wownero-linux-v{{ wownero_version }}.tar.bz2"
|
||||
dest: "{{wownerod_path}}"
|
||||
checksum: "{{ wownero_remote_hash }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0755'
|
||||
- name: Extract wownerod
|
||||
unarchive:
|
||||
remote_src: yes
|
||||
src: "/tmp/wownero-linux-v{{ wownero_version }}.tar.bz2"
|
||||
dest: "{{ wownero_bin_dir }}"
|
||||
extra_opts:
|
||||
- "--strip-components=1"
|
||||
- "--wildcards"
|
||||
- "--add-file"
|
||||
- "wownero-*/wownerod"
|
||||
notify:
|
||||
- restart wownerod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue