This can be more efficient: https://github.com/jimbo8098/windows-docker-role/blob/775c0bd2898f71896d5692a1f5cc94ee6270b54a/tasks/main.yml#L8 1603 is a generic error so really all this `failed_when` does is ensure that the command exited successfully. No need to overcomplicate here.
This can be more efficient:
windows-docker-role/tasks/main.yml
Line 8 in 775c0bd
1603 is a generic error so really all this
failed_whendoes is ensure that the command exited successfully. No need to overcomplicate here.