winPB: Stop using ansible.windows as prefix to tasks #3828
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Windows playbooks are not currently able to run using the setup process for running our windows docker containers as they fail with a
ERROR! no action detected in task
message when we try to run them using theansible
supplied with a default cygwin install. The implementatino of fully qualifications were done under:I've got a feeling there was a reason we did this but I'm not sure what it is and it's currently causing me a problem, so I'd like to remove the full qualification for now, unless there is another simple solution.
NOTE: Up til now we've been using a fixed version of the playbooks as specified in
infrastructure/ansible/docker/Dockerfile.win2022
Line 49 in e23e780
Checklist