Closed remyleone closed 6 years ago
Would an ansible command fail after a while if it doesn't complete after a given time? Would a specific error be raised in case of a too long command?
@sieben
Thanks for using Ansible Container, and for taking the time to share your feedback.
Looks like the role it was attempting to run failed: 2017-07-04T09:12:00.023692 Error applying role!
I suspect you're not getting the full output from the role. It might be interesting to run docker logs
against the conductor container, to see if it reveals anything.
Can you share the role you're running, and perhaps I can duplicate the problem.
Thanks!
ISSUE TYPE
container.yml
OS / ENVIRONMENT
SUMMARY
A step inside my playbook is failing. I don't have much information in the log about the reason why it failed. This step is basically launching a compilation that take some time to complete. There is nothing going wrong inside the compilation.
STEPS TO REPRODUCE
EXPECTED RESULTS
I expect my container to be build
ACTUAL RESULTS
It fails after a while.