zuul-jobs/roles/ensure-podman/templates/podman.socket.override.conf.j2
James E. Blair d5bbb6ba8c ensure-podman: add tasks to configure socket group
The podman socket is owned by root by default, so add a podman group
(like the docker group) to allow the zuul/ansible user to access it.

Also, add support for Ubuntu noble.

Change-Id: I653d9c313c69298da00b139a791a6177d37475cd
2024-08-12 13:13:35 -07:00

4 lines
48 B
Django/Jinja

[Socket]
SocketGroup={{ ensure_podman_group }}