From 56bbef2b44422dc8e4a9f252c1450e6e83963f81 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 1 Jan 2024 18:09:08 +0100 Subject: [PATCH] Fix example. --- plugins/modules/docker_image_tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/docker_image_tag.py b/plugins/modules/docker_image_tag.py index bfe8e548..c395a7fc 100644 --- a/plugins/modules/docker_image_tag.py +++ b/plugins/modules/docker_image_tag.py @@ -75,7 +75,7 @@ seealso: EXAMPLES = ''' - name: Tag Python 3.12 image with two new names - community.docker.docker_image: + community.docker.docker_image_tag: name: python:3.12 repository: - python-3:3.12