[ansible-project] Re: DependsOn and ansible.windows.win_dsc

2021-08-22 Thread jbor...@gmail.com
You cannot. Each win_dsc task is an adhoc implementation of a DSC resource and they have no idea about other DSC tasks you may have invoked. Ansible tasks are run sequentially so running 2 DSC tasks after each other will ensure both are run and the 2nd is dependent on the first. If you wish to

[ansible-project] Re: DependsOn and ansible.windows.win_dsc

2021-08-21 Thread tony.h...@gmail.com
Anyone got any ideas on this? lördag 7 augusti 2021 kl. 16:13:47 UTC+2 skrev tony.h...@gmail.com: > Hello! > > I'm trying to figure out how I can write dependsOn with the win_dsc > module. As far as I understand it, the dsc configuration itself isn't > started with a name, see > https://githu