mikemorency

Results 38 comments of mikemorency

The PR I had opened was merged, and some automation closed the issue. Ive re-opened it. Thats weird, but Im able to see the same results as you (python interpreter...

OK I think I understand the issue. The `ansible_python_interpreter` variable only sets the python executable on **remote** hosts. Since the lookup plugins are executed on the controller, the version of...

Excellent! The fix will be included in the next minor version release for version 4 and 3 of this collection. It should be available around September 19th. Im going to...

Hello, Ive opened a PR to update the documentation examples for this module. Heres the current version, please let me know your thoughts here or in the PR ``` ##########...

Hi @AndreasDavour ! I think you can do this, ``` groups: windows: "'Windows' in os" linux: "'Linux' in os" ``` This should place hosts in the `windows` or `linux` group,...

Closing due to inactivity. Please feel free to comment or open a new issue if you have further questions

This is a great idea, thanks for mentioning it. I think the cli tool we were using is deprecated anyway, so its good to have an official (and way easier)...

This collection has gone through a lot of performance changes. The biggest one is disabling TURBO_MODE, which I am sure would at least complicate this. Can anyone confirm if this...