Skip to content

windows install broken due to recent changes (fix proposed) #524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
TomFromTA opened this issue Oct 30, 2023 · 1 comment
Closed

windows install broken due to recent changes (fix proposed) #524

TomFromTA opened this issue Oct 30, 2023 · 1 comment

Comments

@TomFromTA
Copy link
Contributor

TomFromTA commented Oct 30, 2023

A recent commit broke execution on Windows.

The issue is having both ansible.builtin.set_fact and ansible.builtin.debug in a single task, which of course is not allowed.

Here's a PR that tries to capture the intention - with valid ansible syntax - by removing the debug command and putting its message into the task name.
#523

@TomFromTA
Copy link
Contributor Author

PR merged, all good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant