Maybe you could try the win_chocolatey. It has a VS2017 package

- name: install VS2017
  win_chocolatey:
    name: visualstudio2017enterprise
    package_params: "--add Microsoft.VisualStudio.Workload.NativeDesktop"
    state: present

I have not tested this. But maybe this is more stable than the other 
solution.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to