Sloane Hertel

Results 169 comments of Sloane Hertel

This is working as intended. Here's the changelog for the commit implementing this behavior https://github.com/ansible/ansible/commit/595413d11346b6f26bb3d9df2d8e05f2747508a3#diff-18699ba61b34cb094dff4786fc29ff26506d8430b9a79776b99d47da7f88fb3eR8-R9. Installing a collection from a git repo is a developer shortcut (instead of `git clone`,...

Just to add some more context here after refreshing my memory, we tried to fix this in #72591 before it was merged but couldn't find a good way to that...

This also fixes an unhandled exception for `ansible-doc --list --module-path ./modules`. On devel: ``` Traceback (most recent call last): File "/home/liveuser/ansible/lib/ansible/cli/__init__.py", line 647, in cli_executor exit_code = cli.run() File "/home/liveuser/ansible/bin/ansible-doc",...

@amarmh I haven't been able to reproduce this on 2.13.0 with the steps given. The reboot module consistently waits for the RHEL 8.5 instance to finish rebooting, and the second...

@samdoran Would you be able to rebase this?

This could be done for adhoc too. That's how I came across it - `ansible-playbook` was giving me warnings but `ansible` was not.

@mkrizek sorry for the belated reply. I think I conflated the things our PRs were fixing incorrectly (or maybe you just haven't yet added it here). I agree it would...