12 lines
184 B
YAML
12 lines
184 B
YAML
|
|
||
|
- name: Install .Net Core Runtime
|
||
|
hosts: windows
|
||
|
|
||
|
tasks:
|
||
|
- name: Download binary
|
||
|
win_get_url:
|
||
|
-
|
||
|
|
||
|
|
||
|
https://dotnet.microsoft.com/download/thank-you/dotnet-
|