Ansible/playbook/windows/InstallDotNetCore.yml

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-