mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-18 12:52:37 +00:00
Fix example.
This commit is contained in:
parent
42453444ff
commit
56bbef2b44
@ -75,7 +75,7 @@ seealso:
|
|||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: Tag Python 3.12 image with two new names
|
- name: Tag Python 3.12 image with two new names
|
||||||
community.docker.docker_image:
|
community.docker.docker_image_tag:
|
||||||
name: python:3.12
|
name: python:3.12
|
||||||
repository:
|
repository:
|
||||||
- python-3:3.12
|
- python-3:3.12
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user