ansible / product-demos

GNU General Public License v3.0
194 stars 194 forks source link

More Windows in Workflow #126

Closed willtome closed 10 months ago

willtome commented 11 months ago

This PR sets the VM builds to proceed regardless of successful reports. This is a workaround to complete the resource building even if s3 permissions or conflicts arise.

Also, a 2nd windows node is deployed. 1 w/ GUI and 1 core so that join domain can be used w/o having to create another VM

youtous commented 11 months ago

CI is failing due to trailing slash @willtome can you locally install pre-commit (pip install pre-commit && pre-commit install) then rerun the pre-commit : pre-commit run --all-files

It should be fixed after that