Matt Martz

Results 336 comments of Matt Martz

I also note that this is using GitHub actions which I don't think is going to work for us, due to the restrictions in place within this GH org. This...

Ultimately, I don't like the idea of using `startswith` instead of something more explicit. I get that they are pretty much tightly coupled at this point, but I feel like...

After looking more closely at the runner code, we don't need to proxy the individual `v{1,5}` calls, but just `verbose`. In the end the `v` methods are just shorthand to...

As issues or pull requests are created to address this, please add them to the `ansible-core 2.16` project, and provide a link to them as a comment in this issue.

For the time being, just ignore the `extensions/eda` directory. I suppose watch the space to get some details as things get figured out. But for now, there is a chance...

> by deprioritized - does that mean anything to do with EDA 'enhancements/additions' to collection structure won't happen formally until 2.17 potentially? The ability of ansible-doc to care about them,...

A simple fix could be adding a: ```python if callable(backoff_iterator): iterator = backoff_iterator() else: iterator = backoff_iterator for delay in iterator: ``` And then passing a `functools.partial` in for `backoff_iterator`

As indicated this is simply not a feature of the module, as such it's not a bug. However, even still we don't have plans to implement user/group preservation in the...