ansible / ansible-runner

A tool and python library that helps when interfacing with Ansible directly or as part of another system whether that be through a container image interface, as a standalone tool, or as a Python module that can be imported. The goal is to provide a stable and consistent interface abstraction to Ansible.
Other
968 stars 356 forks source link

Add warning and trace that res is dropped #1386

Open bcoca opened 3 months ago

bcoca commented 3 months ago

lets stop silently dropping data and giving no warning

Shrews commented 3 months ago

@AlanCoding Since this touches awx_display.py, will let you or someone from your team check it out before approving.