mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
parent
5bb0395e9e
commit
859215bdfb
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue