bendem

Results 193 comments of bendem

https://github.com/hilverd/vagrant-ubuntu-oracle-xe#installation You need to download it from oracle.

I have started seeing this behavior right after switching from root to rootless docker image. Not sure what's up yet. ![image](https://user-images.githubusercontent.com/2681677/197699484-46cffcae-37ce-4c27-b8e0-578ea844a9b1.png)

Hello, we have the same problem using lemonldap, the groups field parsed by bookstack shows an array with a single string of groups separated by `;`. Is there a specific...

Same problem on edge 105.0.1343.50, windows 10.

Same error using RockyLinux 8 on WSL2.

I have tried with libgourou's container and I could make it work after fully disabling my proxy. ``` > podman run \ -v $PWD/.adept:/home/libgourou/.adept \ -it --entrypoint /bin/bash \ bcliang/docker-libgourou...

Adding to this, autocomplete for role is great, autocomplete for role arguments as made available by argument_specs.yml would be awesome! ansible already provides anything required in ansible-doc (`ansible-doc -t role...

Just lost an hour wondering why I was not getting the correct results. The documentation explicitly states that this module will resolve the domain_(s)_ provided: https://github.com/ansible-collections/community.general/blob/5470ea30dce806dc6c9d766baa57a9ea57aabcd2/plugins/lookup/dig.py#L29-L31 https://github.com/ansible/ansible/issues/20470#issuecomment-443220060 suggests that this...

I'd be happy to take a stab at this. I'm guessing we want to keep the pre-processing phase so that all options (`qtype=`, etc) apply to previous terms as well...

I'd also like to re-iterate that this wouldn't be required if there was another way to apply a lookup to a list (being able to write `somelist | map('lookup', 'dig')`...