mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Jobs unable to start because podman trying to use systemd cgroup manager. See error below : ``` WARN[0000] Failed to add conmon to systemd sandbox cgroup: dial unix /run/systemd/private: connect: no such file or directory Error: OCI runtime error: systemd cgroup flag passed, but systemd support for managing cgroups is not available ``` * According to this PR https://github.com/containers/podman/pull/7009, podman switch references from libpod.conf to containers.conf. * According to containers.conf man (https://github.com/containers/common/blob/main/docs/containers.conf.5.md), configuration file is a TOML file but engine section declaration is missing.