-
Notifications
You must be signed in to change notification settings - Fork 157
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
Provisioner fails in task add mariadb user #200
Comments
So what do we have to do to fix it? |
Works fine in Maybe it would be nice to update the 2.3.8 tag though. Thanks! |
Not sure if I have the same issue, but wallabag after the recent update 500's now, can't find any proper logs to confirm what the issue is though - compose logs do not contain anything useful, except maybe mysql complaining about an attempt to connect:
Provisioner however seems to finish:
|
@paulcalabro I've on purpose set recently containers like wallabag to latest and have watchtower updating them, so sadly I'm on latest from hub at least. No idea how to debug the 500, considering it logs nothing. |
@paulcalabro |
What if you attach to the container and manually run the app? |
@paulcalabro how would I manually run it? looking at it, it's actually symfony based (so regular php served via webserver) - though sadly enough different from laravel to be alien to me. Moving temporarily |
@paulcalabro nevermind it was some weird caddy-server issue that was causing it |
Ansible has been replaced by shell script few days ago #307, so I'm closing that issue. |
The error is:
Which appears to be related to ansible/ansible#51356. Simply upgrading
ansible
inside the container solves the issue:And then the provisioner can be run again:
ansible-playbook -i /etc/ansible/hosts /etc/ansible/entrypoint.yml -c local
This error avoided the container from starting properly and the logs where showing
HTTP 500
error codes.The text was updated successfully, but these errors were encountered: