David Shrewsbury
David Shrewsbury
I've done some manual testing in various scenarios (pexpect w/ passwords, subprocess in container connecting stdin to the input, etc) and it _seems_ to work as expected. However, I'm not...
Closing per above.
So, to be honest, I'm not 100% sure what you are expecting or asking of runner here. If you are expecting to not see tracebacks or errors during your rapid...
The traceback you saw without using Ctrl+C seems to indicate a network plugin issue. Perhaps something with connectivity to your inventory hosts. That should not be runner related, and there's...
This is an error from `ansible` itself, not `ansible-runner`. Your first step would be to attempt to eliminate `ansible-runner` from the equation and come up with a simple reproducer using...
It does appear that we do have this setting available via the API (`container_dir`), but we do not expose it for the CLI. This is probably simple to implement.
@vrubiolo Patches are _always_ welcome. We do require tests to validate any changes, though. That might be the most time consuming part.
Gotta admit, I'm confused by this. Hoping @shanemcd can provide some insight/solution here.
Hello @alice-rc. Could you please try again with our latest release of `ansible-runner` version `2.4`? It contains several fixes for inventory related issues. Specifically, I suspect you may have been...
Hrm, the code used to rotate the artifact dirs uses `mtime` (modification time) of the artifact directories to sort/delete. Depending on timing, and even outside entities accessing that directory's contents,...