I have installed collection containers.podman . However when using the modules in the playbook, it says module not found or missing collection

Hi Cummunity,
I have following code in requirments.yml
collections:

  • name: containers.podman
    version: “>=1.13.0”
    I see collection is installed however it throws error all the modules used from this collection.
    Error! Could not resolve module/action ‘containers.podman.podman_pod’.

Appreciate the guidance.
Thanks

How do you know it was installed? Have you tried running ansible-galaxy install -r requirements.yml --force?
Can you provide the output of ansible-galaxy collection list please?

2 Likes