Rootless Podman Container And UID/GID Mapping in Ansible Automation Platform 2
Sometimes, we have found the below errors in the Ansible Automation Platform 2 web console while the pulled images in podman failed. "ERRO[0000] invalid internal status, try resetting the pause process with "podman system migrate": cannot setup namespace using newuidmap: exit status 1" Let's walk through the troubleshooting steps that I followed during the resolution. Step 1: To verify /etc/subuid and /etc/subgid are set properly. [root@ansible4 ~]#
[root@ansible4 ~]# su - a