generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 117
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
env_file
directive in docker_container
tasks has no effect since 3.0.0
#451
Labels
Comments
Thanks for reporting this! Looks like the |
felixfontein
added
bug
Something isn't working
docker-plain
plain Docker (no swarm, no compose, no stack)
labels
Aug 14, 2022
ghost
mentioned this issue
Aug 15, 2022
1 task
1 task
1 task
This was referenced Aug 15, 2022
This was referenced Sep 25, 2022
1 task
This was referenced Oct 20, 2022
Merged
This was referenced Oct 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
SUMMARY
env_file
directive indocker_container
tasks has no effect.ISSUE TYPE
COMPONENT NAME
docker_container
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Target machines are running Ubuntu
20.04
with Docker20.10.11
.STEPS TO REPRODUCE
EXPECTED RESULTS
The created docker container should inherit the environment variables from the file specified in the
env_file
key.ACTUAL RESULTS
The created docker container doesn't have any environment variables set.
This issue seems to have been introduced in yesterday's
3.0.0
release, causing deployments across our entire cluster to fail. Downgrading to2.7.0
resolved this issue.The text was updated successfully, but these errors were encountered: