1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Fix README

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sagi Shnaidman 2025-08-04 12:07:25 +03:00
parent 5bb0395e9e
commit 27b2808af6

View file

@ -73,7 +73,7 @@ Here is a quick example of how to ensure a Redis container is running using the
- name: Ensure the Redis container is running
containers.podman.podman_container:
name: my-redis-cache
image: redis:alpine
image: docker.io/redis:alpine
state: started
ports:
- "6379:6379"