Felix Fontein

Results 1860 comments of Felix Fontein

@cmadarsh thanks for your contribution!

antsibull-core and antsibull-docs use aiohttp (https://pypi.org/project/aiohttp/) for network requests. It seems to be possible to configure proxy usage there: https://docs.aiohttp.org/en/stable/client_advanced.html#proxy-support I'm not sure if there's support for environment variables like...

`trust_env=True` sounds like something we could enable. @gotmax23 what do you think? Edit: we could also make this configurable (with default `True`, or to be more conservative, with default `False`;...

antsibull-docs 2.15.0 now supports env variables for proxy configuration. #1994 updates the dependencies for this repo to use this version.

PRs: - #246 (main preparement PR, content was eventually moved out to other PRs and to community.internal_test_tools) - #247 - #251

@sivel thanks for reporting this! I fixed it in e0a7f9358bd97618e7f5deb86c3c91ca5bbf3467.

@mariolenz it doesn't, because right now there are zero reason to test with 2.19 :) Right now it only makes sense to test with devel, stable-2.19 is just behind. Once...

Closing since ansible-core 2.19.0 is out by now, and so far everything looks good (after fixing a pylint issue).

Have you tried `state=selected`? `state=present` means "I don't care whether it's auto or not", while `state=selected` means "I want to have it selected, but not as auto".