Sloane Hertel
Sloane Hertel
Setting the configuration means we'd need to parse the .gitmodules configuration ourselves, unless there's a git helper we can easily use. It's also totally valid to have a submodule relative...
> The submoudle.${NAME}.url can be queried... I guess I wasn't clear, but I meant a utility to do the relative URL/path conversion for .gitmodules urls would help here. There was...
Here's a possible fix that tries to resolve and configure a new url if it initially fails: https://github.com/ansible/ansible/compare/devel...s-hertel:git-configure-remote-rel-url. I'm working on the tests (including adding one for the reproducer you...
Thanks for looking at the POC. Once the approach is hashed out I'll clean up the implementation. These are the commands the module would run for your reproducer: ``` git...
Extra vars can have a common default, either provided in the extra vars or in the playbook (just need to use the Jinja2 `default` filter). They also can be dynamic,...
It will probably be easier for playbooks to take variables once they can document it https://github.com/ansible/ansible/projects/48#card-90150512, but there isn't anything stopping a collection from using vars for these fields or...
@dcz010 I am guessing the issue in 2.7.7 was fixed by https://github.com/ansible/ansible/pull/49897 (in 2.7.9). I also wasn't able to reproduce on 2.10.8.
@sourn00dl Thank you!
This worked because the role uses an entrypoint in a subdirectory and the [role autodetection logic](https://github.com/ansible/ansible/blob/stable-2.16/lib/ansible/parsing/dataloader.py#L197) doesn't handle that at all (meaning as a result, none of the normal role...