-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
task(...)->once() doesn't work on a parallel deployment #1419
Comments
Yes, it's looks like a bug. Try to fix it on weekends. |
Hi, Thanks |
feel free to provide a PR. |
Hello! Any plans on getting this fixed? |
Does any body wants to fix it? |
Everything working in v7). Added test for once(). |
Can this be merged to v6? |
Sorry but no. This too much work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Hi,
It seams that
task(...)->once()
doesn't work when I used with the--parallel
flagSteps to reproduce
Create a simple recipe with a "once" task like:
Deploy on 2 hosts with the
--parallel
flag and the task is executed twiceOutput log
Is seams that the task is flagged to "hasRun" at the end of it's execution, so in a parallel deployment the task is executed on every host whereas it works fin on a simple deployment.
Thanks for your help
The text was updated successfully, but these errors were encountered: