-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
remote-exec stops executing after running sudo systemctl start
#5737
Comments
Related to #5699 |
Hi @paulczar - thanks for the report and sorry for the trouble here! Looks like the attempt to clean up remote exec scripts in v0.6.13 had an unexpected race condition. Fixed on master and will be fixed in 0.6.14 to be released later today. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This applys to the current release
v0.6.13
...v0.6.8
works as expected.This means only the first service that I ask for actually starts in the current version, whereas the earlier version it all starts up as expected.
Code Snippet
The following block in remote-exec:
Run output - v0.6.13
Run output - v0.6.8
The text was updated successfully, but these errors were encountered: