Compare commits

...

1 Commits

Author SHA1 Message Date
98573c0066 Add moonlight role for Windows
Role installs the [Moonlight](https://moonlight-stream.org/) game
streaming client.
2022-11-20 21:51:08 +00:00
2 changed files with 7 additions and 0 deletions
roles/moonlight/tasks

@ -0,0 +1,5 @@
---
- name: install chocolatey package
win_chocolatey:
name: moonlight-qt
state: latest

@ -0,0 +1,2 @@
---
- include_tasks: '{{ansible_os_family}}.yaml'