From e4cf9f61332efeb24dd8a5c15a890639925e4b5c Mon Sep 17 00:00:00 2001 From: Apollo3zehn <20972129+Apollo3zehn@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:20:59 +0100 Subject: [PATCH] Fix example name (#687) Signed-off-by: Apollo3zehn Co-authored-by: Apollo3zehn --- plugins/modules/podman_login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/podman_login.py b/plugins/modules/podman_login.py index be417c7..8ae8418 100644 --- a/plugins/modules/podman_login.py +++ b/plugins/modules/podman_login.py @@ -75,7 +75,7 @@ EXAMPLES = r""" username: user password: 'p4ssw0rd' -- name: Login to default registry and create ${XDG_RUNTIME_DIR}/containers/auth.json +- name: Login to quay.io and create ${XDG_RUNTIME_DIR}/containers/auth.json containers.podman.podman_login: username: user password: 'p4ssw0rd'