Initial commit

This commit is contained in:
Matt Smith 2020-08-04 23:23:26 +01:00
commit 3ca64f164d
No known key found for this signature in database
GPG key ID: D0EAC8943FB1B2C1
13 changed files with 196 additions and 0 deletions

View file

@ -0,0 +1,11 @@
---
- 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