Eugen Cristea

Results 8 comments of Eugen Cristea

Hi Martin, Thanks a lot for the PR :bow: I would like to replicate the issue, can you please let me know what ansible version you used? This could be...

Hi Martin, I used ansible-core 2.14 and could replicate the issue. However, when I tested in your branch I run into another issue and after some investigation, unless I am...

I was able to replicate the issue also with ansible-core `2.15` & `2.16` Download url is no longer valid and I was able to install the role using following steps:...

This is where CI/CD would help. If I run molecule test in https://github.com/hypery2k/ansible-maven I also got ``` TASK [tecris.maven : Tell the world maven is not installed] ******************** ok: [debian_10]...

`ansible-core 2.13` is no longer maintained, https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix For a better understanding I've done two tests with `ansible-core 2.13.5` and `ansible-core 2.14` with a modified `maven_download_url` as mentioned in https://github.com/tecris/ansible-maven/pull/35#issuecomment-1902277968 I...

Sorry, my apologies for the late reply and thanks for the interest. Lack of proper (& automated) testing, on my side, requires more time to test. To be honest main...

Hi, There is a difference between **/root/.bashrc** and **~/.bashrc**. And the assumption that docker container will run as root might not work. As per docker documentation [If a service can...

Hi @aoterolorenzo First of all, a great thank you to bitnami team for this great work :bow: In regards to this issue, maybe following could help: 1. As mentioned in...