Felix Fontein

Results 2344 comments of Felix Fontein

Please note that this PR now has a conflict since we reformatted all code in the collection (see #10999).

Approved by https://forum.ansible.com/t/vote-ended-2025-04-16-make-ansible-11-a-lts-similar-to-ansible-9/40851/12

ansible-core 2.19.0rc1 has been released: https://forum.ansible.com/t/43652

@gotmax23 @Andersson007 @oraNod @mariolenz thanks for reviewing!

For `imagePullSecrets` you can use `encrypted_regex`, but for `env[].name` and `env[].value` you need something like `encrypted_comment_regex`. Since `encrypted_comment_regex` is mutually exclusive with `encrypted_regex` you need to use `encrypted_comment_regex` with all...

@duthils thanks for your contribution!

Ah, the always very popular major releases with breaking chnages on Friday evenings :D There will be some more modules/plugins in this collection that have trouble with this, I'll take...

I'm afraid this wlil be a `wontfix`, since this is a problem of docker-compose itself: https://github.com/docker/compose/blob/v1/compose/cli/docker_client.py#L124 So basically docker-compose is incompatible with Docker SDK for Python >= 7. Since there...

Now that there's a docker_compose_v2 module, I would suggest stop using Docker Compose v1 and switch to Docker Compose v2. That one has a lot less problems, also since the...