Hello,

I came across the documentation for podman_container: 
https://docs.ansible.com/ansible/latest/collections/containers/podman/podman_container_module.html#ansible-collections-containers-podman-podman-container-module

I want to run a podman container is a designated pod. On the command like I 
could do: 

podman run \
--pod my_pod_name \
--name my_container_name \
image_name

However, I did not find the option to specify the pod name in the Ansible 
module. How can I specify the pod name?
-
Sudheer

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/3ea02a28-5ba1-4170-abf4-3b8de23cefb7n%40googlegroups.com.

Reply via email to