ansible-remote-node/roles/wownerod/tasks/install.yaml

12 lines
241 B
YAML

---
- name: Download release binary
get_url:
url: "{{ wownerod_remote_url }}"
dest: "{{ wownerod_path }}"
checksum: "{{ wownerod_remote_hash }}"
owner: root
group: root
mode: '0755'
notify:
- restart wownerod