list and update lxc containers with ansible?

I see a lot of modules that will create, start, stop lxc containers, but none seem to be able to provide a solution to list containers on a host or update them. Has anyone found a module to do this other than using the command or shell module?

Thanks
Robert

There are several inventory plugins and scripts that allow you to
'list' the lxc containers. As for updating, you can look into the
lxc/lxd connection plugins that allow most modules to operate inside
the containers.

Thanks Brian,

I was almost positive there was a solution, I just didn’t know what to look for.

Robert