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 (#903)
Signed-off-by: transcaffeine <transcaffeine@finally.coffee> Signed-off-by: johnsonlien <johnsonlien95@gmail.com>
This commit is contained in:
parent
983ffc8723
commit
d00b2deab1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue