-
Notifications
You must be signed in to change notification settings - Fork 13
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
.stdout usage in task files breaks execution #19
Comments
Thanks for reporting, I've made some small changes (in branch If you're able to re-test this on your environment I would be interested in the feedback, and we can merge the changes or revisit as necessary. Please let me know! The changes can be found in branch |
nope, issue is still there. If you look at the files, the .stdout call is still made in 2 spots which breaks the run.
main.yml:
|
I've run across issues with the main.yml and setup.yml files where tasks fail because the conditional or attribute value source uses the ".stdout" function call. removing the ".stdout" fixes the issues and the task executes complete as intended.
Expected Outcome: Tasks complete normally
Actual Outcome: Tasks fail
The text was updated successfully, but these errors were encountered: