Sloane Hertel
Sloane Hertel
The lookup_csv test is failing due to this change: ``` 00:23 TASK [lookup_csvfile : Test default behavior] ********************************** 00:23 task path: /root/ansible/test/results/.tmp/integration/lookup_csvfile-_sjitdkt-ÅÑŚÌβŁÈ/test/integration/targets/lookup_csvfile/tasks/main.yml:72 00:23 looking for "people.csv" at "/root/ansible/test/results/.tmp/integration/lookup_csvfile-_sjitdkt-ÅÑŚÌβŁÈ/test/integration/targets/lookup_csvfile/files/people.csv" 00:23 fatal:...
I think the original template was more intuitive to actually fill out. Adding an item inline with a comment is exactly how I'd normally comment a yaml list: ```yaml galaxy_info:...
This was merged in #82800 since it had tests to prevent a regression. Thanks for working on this!
> It also appears that despite what was stated in replies to the bug, it currently has an effect for include_role: I bisected to see when this started, and it...
To correct myself, @mkrizek spotted that this has been working since 2.11. The test case I used to bisect was flawed (I set `allow_duplicates` to the string `false` by using...
Closing per above. If you have further questions, we'd like to direct these kinds of things to the forum, mailing list, or the IRC channel. * Forum: https://forum.ansible.com/ * IRC:...
Closing per @flowerysong's comment above.
It looks like the initial `git clone` suceeds, but eventually `git submodule update --init --recursive` fails. The .git/config for the main repo looks like this before the failing call: ```sh...
> I don't believe it's a feasible workaround to specify the remote's name as part of the submodule metadata... Ok, it makes sense setting a remote tracking branch won't work...