I'm trying to deploy an application that consists of two IIS applications. I want them on the same host, so I grouped them. It looks like there is a racing condition going on: One site is created with configuration of one task, but the configuration is swiftly replaced by the other configuration of the other task.
So does the IIS driver support multple win_iis tasks in the same group?