Add moonlight role for Windows

Role installs the [Moonlight](https://moonlight-stream.org/) game
streaming client.
This commit is contained in:
Kenneth Benzie 2022-11-20 21:51:08 +00:00
parent d95f1f7e32
commit 98573c0066
2 changed files with 7 additions and 0 deletions

View File

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

View File

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