Add moonlight role for Windows
Role installs the [Moonlight](https://moonlight-stream.org/) game streaming client.
This commit is contained in:
parent
d95f1f7e32
commit
98573c0066
5
roles/moonlight/tasks/Windows.yaml
Normal file
5
roles/moonlight/tasks/Windows.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
- name: install chocolatey package
|
||||||
|
win_chocolatey:
|
||||||
|
name: moonlight-qt
|
||||||
|
state: latest
|
2
roles/moonlight/tasks/main.yaml
Normal file
2
roles/moonlight/tasks/main.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
- include_tasks: '{{ansible_os_family}}.yaml'
|
Loading…
x
Reference in New Issue
Block a user