Leopold Talirz
Leopold Talirz
Thanks for the thoughtful replies. Re 3.: I was only thinking of typesetting; essentially just like your gallery but the opposite direction (from iheartla to nicely typeset math) and in...
In case it's useful, here is a link to a recent post on the topic by Jose Diaz-Gonzalez, the lead developer of [dokku](http://dokku.viewdocs.io/dokku/), including some notes on how CNB tech...
Agree, this is a bug. Don't have time to fix it currently; contributions welcome!
@decentral1se Is the docs patch in? Can we close this?
I'll hold off this PR until there's a review to answer the following open questions: - [ ] Do we need code to warn users who use the deprecated variables?...
> @ltalirz should there be a way to use just the libraries from this role? I feel like including them is a mistake, as it makes it so using the...
To play around with it, you can use the hack mentioned above. I guess the "right" way of doing it would be to migrate the role to a `dokku` collection,...
Hi @johnnye , thanks for the report. I'm a little surprised to see issues with ubuntu 20.x LTS - Ubuntu 20.04 is tested in continuous integration, see https://github.com/dokku/ansible-dokku/blob/7e047c63395bfca4ede366a8c1b59ceeda023472/.github/workflows/ci.yml#L54 Can the...
Sorry - I overlooked the ARM bit from the title... ;-) It appears you can use [`ansible_architecture` variable](https://docs.ansible.com/ansible/latest/user_guide/playbooks_vars_facts.html#ansible-facts) to make decisions based on x86 vs ARM. We could add something...
I see, there is the alternative role already https://github.com/geerlingguy/ansible-role-docker/issues/290 @johnnye would you be up for preparing a PR that switches to this role for the arm architecture?