You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now payloads are splatted directly into the streaming classes, and ultimately into ansible_runner.interface.run. Knowing that we need to, support a potential version mismatch of runner inside and outside of an EE, this blind splatting can lead to TypeError if we send too many args.
This likely needs to be accounted for in a more robust way.
The text was updated successfully, but these errors were encountered:
Right now payloads are splatted directly into the streaming classes, and ultimately into
ansible_runner.interface.run
. Knowing that we need to, support a potential version mismatch of runner inside and outside of an EE, this blind splatting can lead toTypeError
if we send too many args.This likely needs to be accounted for in a more robust way.
The text was updated successfully, but these errors were encountered: