Hey all - Last week, I opened https://github.com/ansible/ansible/issues/68054 (raw plugin doesn’t honor executable in Ansible 2.8+). Matt proposed an update to ActionBase._low_level_execute_command that fixes the issue. Since ActionBase is used by pretty much every Ansible module, I initially shied away from working on a PR for this bug. But after looking through the code, I’m beginning to think his change is quite low risk. The only module that passes executable into _low_level_execute_command is raw, so making his change should only affect raw. Do you all agree? If so, I’d be willing to contribute a PR, but I’ll probably need some guidance on testing this change. Would we need to test every module, or only raw?
Rob