-
Notifications
You must be signed in to change notification settings - Fork 122
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
docker_compose: fix #12 #119
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add a changelog fragment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think for this to work properly, result['changed'] = stop_output['changed']
in line 798 needs to be changed to result['changed'] |= stop_output['changed']
.
Co-authored-by: Felix Fontein <[email protected]>
@tonal what do you think about this? |
Co-authored-by: Amin Vakil <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought @felixfontein has commited this change himself:
I think for this to work properly,
result['changed'] = stop_output['changed']
in line 798 needs to be changed toresult['changed'] |= stop_output['changed']
.
Sorry, I think this has to be changed before merging.
@tonal thanks for fixing this! |
SUMMARY
Fixes #12.
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION