-
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
Cannot use docker_compose in 2.1.0 #267
Comments
Please note that Ansible 2.9.6 is really old and has a lot of security issues and bugs that have been fixed in later 2.9.x releases. In any case, this seems to be a problem with Ansible 2.9.x that was fixed in Ansible 2.9.20; 2.9.19 still produces the same error message. |
This is probably related to ansible/ansible@f8caa43 (2.9.20); it was also backported to ansible-base 2.10 in ansible/ansible@5185255, which appeared in ansible-base 2.10.8. |
@felixfontein I'll look in to how I can upgrade it to a more recent version. |
hi @EricAtORS - you could try using the PPA for a more recent version - https://launchpad.net/~ansible/+archive/ubuntu/ansible |
resolved_by_pr #269 |
I plan to create new releases once #269 has been merged. With these releases, the issue should be fixed. |
community.docker 1.10.4 and 2.1.1 have been released which fix this issue. |
SUMMARY
docker_compose fails in 2.1.0
ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Ubuntu 20.04 on WSL. Pretty much vanilla
STEPS TO REPRODUCE
Run
ansible-galaxy collection install community.docker:2.1.0
Right now, down grading to community.docker == 2.0.2 works.
EXPECTED RESULTS
For it to start my docker-compose stack.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: