Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
98573c0066 |
roles/moonlight/tasks
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