-
Notifications
You must be signed in to change notification settings - Fork 126
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: changed
always true when profiles
are present
#191
Comments
This is where I believe I suspect it just needs to skip any |
Correct, I can pass the module's |
Nice idea, let me know if I can be of any assistance, or if you'd like me to work on creating a fix. Thanks |
Can you try testing #192 locally? Very few of the |
Sure, I am testing it now. |
Yes, so far, so good, it seems to be resolved in both the above example and my actual use-case. |
I tried a |
SUMMARY
When using a
docker-compose
definition containing aservice
with aprofiles
specification, the value ofchanged
is alwaystrue
.ISSUE TYPE
COMPONENT NAME
plugins/modules/docker_compose.py
ANSIBLE VERSION
COLLECTION VERSION
$ ansible-galaxy collection list community.docker # /usr/lib/python3.9/site-packages/ansible_collections Collection Version ---------------- ------- community.docker 1.9.0
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
Run the example playbook below two times:
EXPECTED RESULTS
There should be no changes after the first run of the playbook above.
ACTUAL RESULTS
It is always
changed
.The text was updated successfully, but these errors were encountered: