Sloane Hertel

Results 169 comments of Sloane Hertel

One thing this breaks (after a brief look, there might be additional features that rely on whatprovides) is `update_only`. I have `curl-8.0.1-3.fc38.x86_64` installed, and there's an upgrade available `curl-8.0.1-6.fc38.x86_64`. This...

Aha, I wasn't sure if the filter() calls could be combined, but that looks basically like what I was thinking. It can be simplified to something like ```python query =...

We should fix the unhandled traceback to give a better error. A workaround is to install the specific version you want: `ansible-galaxy install idolize.dotfiles_stow,1.0.0`. It looks like there's a version...

I don't think it's directly related to the rename. Importing a role with no tags, ends up publishing a version `None`. I opened a PR to support installing this #81849.

> I'll push a change that disables the broken test once CI completes. This should be fixed in another PR. I think we should fix that first then.

Thanks for the quick update. > The few changes to variable names, signatures etc. are meant to make the code easier to understand. I already tried to keep those to...

@flaf I think I see how this is happening, but not sure how to add a regression test easily. Would you be able to verify if #82372 fixes the issue?