[ansible-project] Re: How do I install .NET Framework 4 SDK?

2021-02-01 Thread jbor...@gmail.com
This doesn't really sound like an Ansible question, dotnet build is complaining it can't find the assembly and that's just what Ansible is reporting. YOu need to figure out the correct install steps first then you can do the same with an Ansible task. On Monday, February 1, 2021 at 6:36:50 PM UT

[ansible-project] Re: How do I install .NET Framework 4 SDK?

2021-02-05 Thread Amedee Van Gasse
I don't know how to figure out the correct install steps. My devs don't want to help me, they dumped me on a web page with just a list of software they manually install with next-next-next-finish. On Monday, February 1, 2021 at 11:28:10 PM UTC+1 jbor...@gmail.com wrote: > This doesn't really so

Re: [ansible-project] Re: How do I install .NET Framework 4 SDK?

2021-02-05 Thread Dick Visser
Ansible can automate the installation, but it doesn't magically know what you want to automate. This is basically the effort that you have to put in. I can't make this more specific than that you need to write an ansible playbook with tasks to install that "list of software". On Fri, 5 Feb 2021