mirror of
https://git.wownero.com/dsc/ansible-remote-node.git
synced 2024-08-15 01:03:28 +00:00
11 lines
238 B
YAML
11 lines
238 B
YAML
---
|
|
- name: Download release tarball
|
|
get_url:
|
|
url: "{{ wownero_remote_url }}"
|
|
dest: "{{wownerod_path}}"
|
|
checksum: "{{ wownero_remote_hash }}"
|
|
owner: root
|
|
group: root
|
|
mode: '0755'
|
|
notify:
|
|
- restart wownerod
|