Klaus Zerwes

Results 63 comments of Klaus Zerwes

> Isn't the `ocsp URI` included in the CA? I only looked briefly at this, when you have time to work out what it needs, just ping me again. I...

> Yep, and placing all CRL in one folder would also be a generic approach for all other plugins too. Yes, this was my approach too ... but as @AdSchellevis...

#974 ... #966 ... #929 ... we used mitogen for a long time, but - sad to say - since #952 we gave up ... reliability comes before speed ...

Yes. Here the relevant part from a failing example: ``` - name: keepalived-bionic pre_build_image: yes image: geerlingguy/docker-ubuntu1804-ansible:latest privileged: true command: /lib/systemd/systemd volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro ``` and a tasks that enables...

Hello @geerlingguy Unfortunately makes no difference: ```diff @@ -71,6 +71,6 @@ platforms: pre_build_image: yes image: geerlingguy/docker-ubuntu2004-ansible:latest privileged: true - command: /lib/systemd/systemd + command: ${MOLECULE_DOCKER_COMMAND:-""} volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro ``` but on...

@stefanDeveloper is something like the docker file mentioned in the description of the issue or like https://github.com/Rosa-Luxemburgstiftung-Berlin/ansible-role-unbound/blob/main/molecule/default/Dockerfile-debian-bullseye.j2 working for you?

@stefanDeveloper glad to hear it helped. and maybe it helps @geerlingguy better to drill down the problem ...

Hello @widhalmt, is something like the docker file mentioned in the description of the issue or like https://github.com/Rosa-Luxemburgstiftung-Berlin/ansible-role-unbound/blob/main/molecule/default/Dockerfile-debian-bullseye.j2 working for you?

> I use several containers by @geerlingguy so I can't easily exchange the container I'm using. I could give it a try to exchange it temporarily, though. My intention is...

@Paul-Weisser my first touch with this was running a debian 11 container on debian 11 ...