Skip to content
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

Merged
merged 5 commits into from
May 4, 2021
Merged

Conversation

tonal
Copy link
Contributor

@tonal tonal commented Apr 6, 2021

SUMMARY

Fixes #12.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION

Copy link
Collaborator

@felixfontein felixfontein left a 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?

@felixfontein felixfontein changed the title fix #12 docker_compose: fix #12 Apr 6, 2021
@felixfontein felixfontein added the docker-compose-v1 Docker Compose v1 label Apr 6, 2021
@felixfontein felixfontein mentioned this pull request Apr 11, 2021
Copy link
Collaborator

@felixfontein felixfontein left a 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'].

@felixfontein
Copy link
Collaborator

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'].

@tonal what do you think about this?

Copy link
Contributor

@aminvakil aminvakil left a 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 to result['changed'] |= stop_output['changed'].

Sorry, I think this has to be changed before merging.

@felixfontein felixfontein merged commit 859bc29 into ansible-collections:main May 4, 2021
@felixfontein
Copy link
Collaborator

@tonal thanks for fixing this!
@aminvakil thanks for reviewing!

@xoxys xoxys mentioned this pull request May 15, 2021
@tonal tonal deleted the patch-1 branch May 25, 2021 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker-compose-v1 Docker Compose v1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docker_compose: Cannot pull images without starting and stopping stopped containers
3 participants