Dominik Rimpf
Dominik Rimpf
> Still looking through and debugging on the MariaDB side. Your changes didn't work out of the box. I have fixed some issues while (hopefully) maintaining PostGresSQL support. > >...
Something didn't work how i thought it would / it seemed to be documented. Modified a lot of the joins, these should now work with mysql and postgresql alike (short...
also using the web-updater is critical, because the backuping step can take longer than 30 secs. and i don't want to adjust the settings for all fpm-runners.
ah, i didn't read the php documentation completely 🙈 i'm fine with the current state, maybe the php-docu page could be linked?
@sumnerevans or @tulir could you take a quick look and approve this small fix? ;)
not stale. @jpanther can this be merged?
still not stale...
this will be the last time that i will keep this MR open... it seems this project is dead
i looked into some code and i think i found the reason: in https://github.com/ansible/ansible/commit/54ccad9e460cb6bfa0ff585a46289239966b56cc the lines https://github.com/ansible/ansible/blob/76fb182b63a321aa513ee1c259eb39dd390e94c5/lib/ansible/cli/_ssh_askpass.py#L25-L28 were introduced which always answers with "no" on the prompt. This broke our...
> i looked into some code and i think i found the reason: > > in [54ccad9](https://github.com/ansible/ansible/commit/54ccad9e460cb6bfa0ff585a46289239966b56cc) the lines > > [ansible/lib/ansible/cli/_ssh_askpass.py](https://github.com/ansible/ansible/blob/76fb182b63a321aa513ee1c259eb39dd390e94c5/lib/ansible/cli/_ssh_askpass.py#L25-L28) > > Lines 25 to 28 in [76fb182](/ansible/ansible/commit/76fb182b63a321aa513ee1c259eb39dd390e94c5)...