David Lukac

Results 5 comments of David Lukac

Same issue with ```ansible --version ansible [core 2.13.3] config file = /opt/app/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /root/.local/lib/python3.10/site-packages/ansible ansible collection location = /opt/app/collections...

This would be great, we're using Java-Spring style versioning of releases (1.0.0.RELEASE) and currently migrating our Docker registry to ECR, which atm forces me to change the versioning to RELEASE-1.0.0...

@ebyhr should `avatica_user` and `avatica_password` be filled from `connection-user` and `connection-password` or should they come from some custom properties? ``` public class DruidCredentialPropertiesProvider implements CredentialPropertiesProvider { private final CredentialProvider provider;...

Yeah, that's my understanding as well. IMO we can reuse `connection-user` and `connection-password`.