TASK [podman_container_systemd : Allow unprivileged users on Debian] > ***
fatal: [XXX]: FAILED! => {"changed": false, "msg": "Failed to reload sysctl: sysctl: cannot stat /proc/sys/kernel/unprivileged_userns_clone: No such file or directory\n"}
This merge request is adding a check for this kernel parameter before performing the sysctl task.
With raspbian kernel this task would fail:
This merge request is adding a check for this kernel parameter before performing the sysctl task.