From a522635d563fcba46953e8a9ad8dec3cbd30f9f0 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Fri, 14 Feb 2025 21:24:59 +0100 Subject: [PATCH] fix(podman_image): correct intendation on 'loop' keyword Signed-off-by: transcaffeine --- plugins/modules/podman_image.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/podman_image.py b/plugins/modules/podman_image.py index 6482406..96391d8 100644 --- a/plugins/modules/podman_image.py +++ b/plugins/modules/podman_image.py @@ -304,7 +304,7 @@ EXAMPLES = r""" path: /path/to/build/dir push: true auth_file: /etc/containers/auth.json - loop: + loop: - quay.io/acme/nginx - docker.io/acme/nginx @@ -317,7 +317,7 @@ EXAMPLES = r""" auth_file: /etc/containers/auth.json push_args: dest: "{{ item.dest }}" - loop: + loop: - name: nginx tag: 4 dest: docker.io/acme