Hello,
I see the documentation for podman_image:
https://docs.ansible.com/ansible/latest/modules/podman_image_module.html
I do not understand how to pull an image from a private AWS ECR repository. Can someone explain or provide an example?
Objective: pull container image from AWS ECR
I am able to do this manually via 1) aws ecr -get-login … 2) podman login (replace string docker with podman)3) podman pull
I want to do this via Ansible.