1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

fix(podman_image): correct intendation on 'loop' keyword

Signed-off-by: transcaffeine <transcaffeine@finally.coffee>
This commit is contained in:
transcaffeine 2025-02-14 21:24:59 +01:00
parent 010410ae31
commit a522635d56
No known key found for this signature in database
GPG key ID: 03624C433676E465

View file

@ -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