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 (#959)

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sergey 2025-08-04 12:10:02 +03:00 committed by GitHub
parent 5bb0395e9e
commit 859215bdfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 - name: Ensure the Redis container is running
containers.podman.podman_container: containers.podman.podman_container:
name: my-redis-cache name: my-redis-cache
image: redis:alpine image: docker.io/redis:alpine
state: started state: started
ports: ports:
- "6379:6379" - "6379:6379"