mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Force fully qualified image names If we try and pull an unqualified image name, jobs hang on a podman prompt. I set the permissions as 644 because thats what worked for me because rootless podman needs to be able to read the file, but maybe there is another way to achieve that Reviewed-by: Christian Adams <rooftopcellist@gmail.com>