David Shrewsbury
David Shrewsbury
@shanemcd @AlanCoding This seems to be an issue with the `awx_display` callback since it overrides the original callback being specified.
Yeah, admittedly, the docs are not great here. You can repeatedly query the [`runner_object.events`](https://ansible-runner.readthedocs.io/en/stable/ansible_runner/#ansible_runner.runner.Runner.events) attribute to get any event data that has been returned so far. But you'll have to...
I've updated this ticket to turn it into a documentation bug for us to improve that area.
Agreed. Definitely something we should investigate.
Per an out-of-band conversation, if a non-SSH connection plugin is being used for node communication, mounting the SSH directory seems useless. I'd be on board with such an enhancement.
Just want to note that a lot of the spec documented in the link pointed to by @sivel is duplicated in the docs for the module documentation section [here](https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_documenting.html#documentation-fields) (scroll...
Confirmed with @Spredzy that these are legacy files and another internal repo exists with the necessary packaging data.
Fixed by PR #750
> I thought we'd already made the base image required with v3, but apparently not. The original intent was to just remove the default altogether along with the sunsetting of...
@fao89 We don't generally recommend specific base images. Any recent-ish RHEL-like base image will work smoothly for you (RHEL, Fedora, Centos, etc). Some good tips in the latest docs, too:...